blk-mq: Drop local variable for reserved tag
authorJohn Garry <john.garry@huawei.com>
Wed, 6 Jul 2022 12:03:54 +0000 (20:03 +0800)
committerJens Axboe <axboe@kernel.dk>
Wed, 6 Jul 2022 12:33:53 +0000 (06:33 -0600)
commit4cf6e6c0106bf6e6d034fa6043b4428ac2f267fc
tree9d743a225702f047d7a1771b73013a3127163ffd
parent2dd6532e9591f201e7571b30915db807603ab924
blk-mq: Drop local variable for reserved tag

The local variable is now only referenced once so drop it.

Signed-off-by: John Garry <john.garry@huawei.com>
Reviewed-by: Bart Van Assche <bvanassche@acm.org>
Reviewed-by: Martin K. Petersen <martin.petersen@oracle.com>
Link: https://lore.kernel.org/r/1657109034-206040-7-git-send-email-john.garry@huawei.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/blk-mq-tag.c