]> git.ipfire.org Git - thirdparty/linux.git/commit
ublk: consolidate UBLK_IO_FLAG_{ACTIVE,OWNED_BY_SRV} checks
authorCaleb Sander Mateos <csander@purestorage.com>
Fri, 20 Jun 2025 15:10:00 +0000 (09:10 -0600)
committerJens Axboe <axboe@kernel.dk>
Mon, 30 Jun 2025 22:02:46 +0000 (16:02 -0600)
commit2b53d4e994b934796b7376150130ab2b3577fa1e
treea29c310dddc8d70dabb48025c41f5168996ff68c
parentbe4f1b619f5a7fa1f5641c780bfec1a156c279cb
ublk: consolidate UBLK_IO_FLAG_{ACTIVE,OWNED_BY_SRV} checks

UBLK_IO_FLAG_ACTIVE and UBLK_IO_FLAG_OWNED_BY_SRV are mutually
exclusive. So just check that UBLK_IO_FLAG_OWNED_BY_SRV is set in
__ublk_ch_uring_cmd(); that implies UBLK_IO_FLAG_ACTIVE is unset.

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