block/bfq: pass in queue directly to bfq_insert_request()
authorJens Axboe <axboe@kernel.dk>
Sat, 20 Jan 2024 21:50:58 +0000 (14:50 -0700)
committerJens Axboe <axboe@kernel.dk>
Mon, 1 Apr 2024 22:03:34 +0000 (16:03 -0600)
commit047dddf0bb1f29678b08d804fcb40faf666dca43
treef711e634b578748bf1be7e42f191911eb69d971e
parent5509e9957621ed8148c8503096d94831298cc570
block/bfq: pass in queue directly to bfq_insert_request()

The hardware queue isn't relevant, bfq only operates on the queue
itself. Pass in the queue directly rather than the hardware queue, as
that more clearly explains what is being operated on.

Reviewed-by: Bart Van Assche <bvanassche@acm.org>
Tested-by: Oleksandr Natalenko <oleksandr@natalenko.name>
Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/bfq-iosched.c