On Fri, Jun 06, 2025 at 03:40:08PM -0600, Caleb Sander Mateos wrote: > UBLK_IO_COMMIT_AND_FETCH_REQ is the only one of __ublk_ch_uring_cmd()'s > switch cases that doesn't return or goto. Move the logic following the > switch into this case so it also returns. Drop the now unneeded default > case. > > Signed-off-by: Caleb Sander Mateos <csander@xxxxxxxxxxxxxxx> Reviewed-by: Ming Lei <ming.lei@xxxxxxxxxx> Thanks, Ming