mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-30 23:52:49 +00:00
Correct comment.
This commit is contained in:
parent
e5131ab452
commit
f24bf7522d
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=204070
@ -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 New Issue
Block a user