On Mon, May 05, 2025 at 11:26:23AM -0600, Caleb Sander Mateos wrote: > Every ublk I/O command except UBLK_IO_FETCH_REQ checks that the ublk_io > has UBLK_IO_FLAG_OWNED_BY_SRV set. Consolidate the separate checks into > a single one in __ublk_ch_uring_cmd(), analogous to those for > UBLK_IO_FLAG_ACTIVE and UBLK_IO_FLAG_NEED_GET_DATA. > > Signed-off-by: Caleb Sander Mateos <csander@xxxxxxxxxxxxxxx> > --- > v2: rebase Reviewed-by: Ming Lei <ming.lei@xxxxxxxxxx> Thanks, Ming