diff options
author | weiping zhang <zhangweiping@didichuxing.com> | 2017-11-23 08:40:10 -0500 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2017-11-24 00:00:20 -0500 |
commit | 3dfbdc44d69b2cd7e382fd084a5c860d2cea24f6 (patch) | |
tree | 1395528f46f07acfad22640c9ae2a6f33a1736b6 /block/blk-wbt.c | |
parent | 62d772fa9d86856d828cd24dd8fff5c83275c7e1 (diff) |
blk-wbt: fix comments typo
Signed-off-by: weiping zhang <zhangweiping@didichuxing.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'block/blk-wbt.c')
-rw-r--r-- | block/blk-wbt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/block/blk-wbt.c b/block/blk-wbt.c index 19faecc5f8f6..ae8de9780085 100644 --- a/block/blk-wbt.c +++ b/block/blk-wbt.c | |||
@@ -481,7 +481,7 @@ static inline unsigned int get_limit(struct rq_wb *rwb, unsigned long rw) | |||
481 | 481 | ||
482 | /* | 482 | /* |
483 | * At this point we know it's a buffered write. If this is | 483 | * At this point we know it's a buffered write. If this is |
484 | * kswapd trying to free memory, or REQ_SYNC is set, set, then | 484 | * kswapd trying to free memory, or REQ_SYNC is set, then |
485 | * it's WB_SYNC_ALL writeback, and we'll use the max limit for | 485 | * it's WB_SYNC_ALL writeback, and we'll use the max limit for |
486 | * that. If the write is marked as a background write, then use | 486 | * that. If the write is marked as a background write, then use |
487 | * the idle limit, or go to normal if we haven't had competing | 487 | * the idle limit, or go to normal if we haven't had competing |