block: cleanup kick/queued handling
authorJens Axboe <axboe@kernel.dk>
Wed, 31 Oct 2018 18:43:24 +0000 (12:43 -0600)
committerJens Axboe <axboe@kernel.dk>
Wed, 7 Nov 2018 02:47:40 +0000 (19:47 -0700)
commit2345b49dd79ac5c3a7c1df33d8913f773311f8c4
tree207d70cc894db17fbf6047782c82ba6cf3e14788
parent7f970da4987b13391b70838f745703bad8249c11
block: cleanup kick/queued handling

Now that blk_flush_queue_rq() always returns false, we can
remove that return value. That bubbles through the stack,
allowing us to remove a bunch of state tracking around it.

Tested-by: Ming Lei <ming.lei@redhat.com>
Reviewed-by: Omar Sandoval <osandov@fb.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/blk-flush.c