]> asedeno.scripts.mit.edu Git - linux.git/commit
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 20:42:32 +0000 (13:42 -0700)
commit404b8f5a03d840f74669fd55e26f8e3564cc2dd8
tree1e03a6832fde9906ab728d7d651500dfd95c16fc
parent7e992f847a08ecda3f658ceebb39a4d8e739ba36
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