diff mbox series

block: remove useless comments

Message ID 1623986240-13878-1-git-send-email-lijiazi@xiaomi.com (mailing list archive)
State New, archived
Headers show
Series block: remove useless comments | expand

Commit Message

Jiazi Li June 18, 2021, 3:17 a.m. UTC
Now wbt_wait return void, so remove useless comments.

Signed-off-by: lijiazi <lijiazi@xiaomi.com>
---
 block/blk-wbt.c | 1 -
 1 file changed, 1 deletion(-)

Comments

Jens Axboe June 18, 2021, 4:46 p.m. UTC | #1
On 6/17/21 9:17 PM, lijiazi wrote:
> Now wbt_wait return void, so remove useless comments.

Reworded a bit and applied, thanks.
diff mbox series

Patch

diff --git a/block/blk-wbt.c b/block/blk-wbt.c
index 42aed01..b363b05 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.