diff options
author | lijiazi <[email protected]> | 2021-06-18 11:17:20 +0800 |
---|---|---|
committer | Jens Axboe <[email protected]> | 2021-06-18 10:45:33 -0600 |
commit | a79da21b48cc5f81b047ae4e70b4d9cb49c93a6a (patch) | |
tree | ea3cb3f04160b8f555764b7014ef214bc77e0bf0 | |
parent | 52d7e288444906aa5c99888e80a9cc1a1423ed92 (diff) |
blk-wbt: remove outdated comment
Now wbt_wait() returns void, so remove now outdated comment.
Signed-off-by: lijiazi <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jens Axboe <[email protected]>
-rw-r--r-- | block/blk-wbt.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/block/blk-wbt.c b/block/blk-wbt.c index 42aed0160f86..b363b0532704 100644 --- a/block/blk-wbt.c +++ b/block/blk-wbt.c @@ -563,7 +563,6 @@ static void wbt_cleanup(struct rq_qos *rqos, struct bio *bio) } /* - * Returns true if the IO request should be accounted, false if not. * May sleep, if we have exceeded the writeback limits. Caller can pass * in an irq held spinlock, if it holds one when calling this function. * If we do sleep, we'll release and re-grab it. |