sbitmap: remove stale comment in sbq_calc_wake_batch
authorKemeng Shi <shikemeng@huaweicloud.com>
Mon, 15 Jan 2024 14:56:26 +0000 (22:56 +0800)
committerJens Axboe <axboe@kernel.dk>
Mon, 15 Jan 2024 14:23:50 +0000 (07:23 -0700)
commit5c7fa5c8ad79a1d7cc9f59636e2f99e8b5471248
treecf2ee946ce167535c18dd738100e3e31711445af
parent521277d12b5a75982d4f642d2ee22db8d7f986dd
sbitmap: remove stale comment in sbq_calc_wake_batch

After commit 106397376c036 ("sbitmap: fix batching wakeup"), we may wake
up more than one queue for each batch. Just remove stale comment that
we wake up only one queue for each batch.

Signed-off-by: Kemeng Shi <shikemeng@huaweicloud.com>
Link: https://lore.kernel.org/r/20240115145626.665562-1-shikemeng@huaweicloud.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
lib/sbitmap.c