mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Correct comment.
This commit is contained in:
parent
e5131ab452
commit
f24bf7522d
1 changed files with 1 additions and 1 deletions
|
|
@ -633,7 +633,7 @@ g_stripe_start(struct bio *bp)
|
|||
* Do use "economic" when:
|
||||
* 1. "Economic" mode is ON.
|
||||
* or
|
||||
* 2. "Fast" mode failed. It can only failed if there is no memory.
|
||||
* 2. "Fast" mode failed. It can only fail if there is no memory.
|
||||
*/
|
||||
if (!fast || error != 0)
|
||||
error = g_stripe_start_economic(bp, no, offset, length);
|
||||
|
|
|
|||
Loading…
Reference in a new issue