Commit c5ac56bb authored by Jan Kara's avatar Jan Kara Committed by Jens Axboe
Browse files

bfq: Allow current waker to defend against a tentative one

The code in bfq_check_waker() ignores wake up events from the current
waker. This makes it more likely we select a new tentative waker
although the current one is generating more wake up events. Treat
current waker the same way as any other process and allow it to reset
the waker detection logic.

Fixes: 71217df3

 ("block, bfq: make waker-queue detection more robust")
Signed-off-by: default avatarJan Kara <jack@suse.cz>
Link: https://lore.kernel.org/r/20220519105235.31397-2-jack@suse.cz


Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
parent f9506673
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment