Skip to content
Commit e73a625b authored by Jens Axboe's avatar Jens Axboe
Browse files

block: kill deprecated BUG_ON() in the flush handling



We've never had any useful reports from this BUG_ON(), and in fact a
number of the BUG_ON()'s in the flush handling need to be turned into
more graceful handling.

In preparation for allowing batched completions of the end_io handling,
where we can enter the flush completion with queuelist having been reused
for the batch, get rid of this BUG_ON().

Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
parent 5853a7b5
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