• Jens Axboe's avatar
    block: kill deprecated BUG_ON() in the flush handling · e73a625b
    Jens Axboe authored
    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>
    e73a625b
blk-flush.c 15.4 KB