]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ublk: pass q_id and tag to __ublk_check_and_get_req()
authorCaleb Sander Mateos <csander@purestorage.com>
Thu, 18 Sep 2025 01:49:46 +0000 (19:49 -0600)
committerJens Axboe <axboe@kernel.dk>
Sat, 20 Sep 2025 12:36:27 +0000 (06:36 -0600)
commit25c028aa791503fe0876c20bfd67b2676e6e24d0
treedbf881bd6838cb74ac3df33eeb18a3e13aed1b54
parentce88e3ef33d35c740d26342be5d8f65972fd5597
ublk: pass q_id and tag to __ublk_check_and_get_req()

__ublk_check_and_get_req() only uses its ublk_queue argument to get the
q_id and tag. Pass those arguments explicitly to save an access to the
ublk_queue.

Signed-off-by: Caleb Sander Mateos <csander@purestorage.com>
Reviewed-by: Ming Lei <ming.lei@redhat.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
drivers/block/ublk_drv.c