]> git.ipfire.org Git - thirdparty/linux.git/commit - block/blk-mq-tag.c
blk-mq: blk_mq_tag_busy is no need to return a value
authorLiu Song <liusong@linux.alibaba.com>
Sat, 25 Jun 2022 15:15:21 +0000 (23:15 +0800)
committerJens Axboe <axboe@kernel.dk>
Mon, 27 Jun 2022 12:29:12 +0000 (06:29 -0600)
commitee78ec1077d37d1a4a0860589a65df8ae6d2255c
tree63c069d3020b173b26d3ec70df9dabac0e1c4648
parenta78418e6a04c93b9ffd3f0f601c5cb10612acb7f
blk-mq: blk_mq_tag_busy is no need to return a value

Currently "blk_mq_tag_busy" return value has no effect, so adjust it.
Some code implementations have also been adjusted to enhance
readability.

Signed-off-by: Liu Song <liusong@linux.alibaba.com>
Link: https://lore.kernel.org/r/1656170121-1619-1-git-send-email-liusong@linux.alibaba.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/blk-mq-tag.c
block/blk-mq-tag.h