]> git.baikalelectronics.ru Git - kernel.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)
commitaf18d23eae28ad4b499be7de73263fc3e9fc46be
tree1e03a6832fde9906ab728d7d651500dfd95c16fc
parent18c0027875c9ce36a500dcca2b554b8ea9fac44c
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