block, bfq: remove local variable 'bfqq_already_existing' in bfq_init_rq()
authorYu Kuai <yukuai3@huawei.com>
Mon, 9 Sep 2024 13:41:53 +0000 (21:41 +0800)
committerJens Axboe <axboe@kernel.dk>
Tue, 10 Sep 2024 22:32:09 +0000 (16:32 -0600)
commit3c61429c297582e0da7231fb29fc5ec1d2c7d1b2
tree5109ad11ee70618aea115a721792378f618a70d9
parente61e002a67da9ec36571af743c94a968cf1ce116
block, bfq: remove local variable 'bfqq_already_existing' in bfq_init_rq()

Now that 'bfqq_already_existing' is only used in one branch, it can be
removed. There are no functional changes.

Signed-off-by: Yu Kuai <yukuai3@huawei.com>
Link: https://lore.kernel.org/r/20240909134154.954924-7-yukuai1@huaweicloud.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/bfq-iosched.c