block: Remove unused flush_queue_delayed in struct blk_flush_queue
authorBaolin Wang <baolin.wang7@gmail.com>
Sun, 17 May 2020 11:49:41 +0000 (19:49 +0800)
committerJens Axboe <axboe@kernel.dk>
Tue, 19 May 2020 15:42:46 +0000 (09:42 -0600)
commit172ce41db4b2d6fa5956c4baa63475b15f5d4bd8
tree913c6a1e80f067d1af6f966b8b2775483546bfd2
parentcecbc9ce80e71a2894c7dfae6254b39cd4b8ba60
block: Remove unused flush_queue_delayed in struct blk_flush_queue

The flush_queue_delayed was introdued to hold queue if flush is
running for non-queueable flush drive by commit 3ac0cc450870
("hold queue if flush is running for non-queueable flush drive"),
but the non mq parts of the flush code had been removed by
commit 7e992f847a08 ("block: remove non mq parts from the flush code"),
as well as removing the usage of the flush_queue_delayed flag.
Thus remove the unused flush_queue_delayed flag.

Signed-off-by: Baolin Wang <baolin.wang7@gmail.com>
Reviewed-by: Ming Lei <ming.lei@redhat.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/blk-flush.c
block/blk.h