blk-wbt: Eliminate ambiguity in the comments of struct rq_wb
authorTang Yizhou <yizhou.tang@shopee.com>
Sun, 27 Jul 2025 17:39:58 +0000 (01:39 +0800)
committerJens Axboe <axboe@kernel.dk>
Mon, 11 Aug 2025 16:21:38 +0000 (10:21 -0600)
commitbccdfcd56d4b5b78d0d76f46d0e89a51330dfd75
tree78899fb46ce8fc787973ec910c93ed9c58c3ff89
parentd8b96a79622e03813c221450498ca9742704ebf2
blk-wbt: Eliminate ambiguity in the comments of struct rq_wb

In the current implementation, the last_issue and last_comp members of
struct rq_wb are used only by read requests and not by non-throttled write
requests. Therefore, eliminate the ambiguity here.

Signed-off-by: Tang Yizhou <yizhou.tang@shopee.com>
Reviewed-by: Jan Kara <jack@suse.cz>
Link: https://lore.kernel.org/r/20250727173959.160835-3-yizhou.tang@shopee.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/blk-wbt.c