commit | 404b8f5a03d840f74669fd55e26f8e3564cc2dd8 | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@kernel.dk> | Wed Oct 31 12:43:24 2018 -0600 |
committer | Jens Axboe <axboe@kernel.dk> | Wed Nov 07 13:42:32 2018 -0700 |
tree | 1e03a6832fde9906ab728d7d651500dfd95c16fc | |
parent | 7e992f847a08ecda3f658ceebb39a4d8e739ba36 [diff] |
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>