On Tue, Apr 08, 2025 at 07:29:26PM -0600, Caleb Sander Mateos wrote: > The ublk_ctrl_*() handlers all take struct io_uring_cmd *cmd but only > use it to get struct ublksrv_ctrl_cmd *header from the io_uring SQE. > Since the caller ublk_ctrl_uring_cmd() has already computed header, pass > it instead of cmd. > > Signed-off-by: Caleb Sander Mateos <csander@xxxxxxxxxxxxxxx> Reviewed-by: Ming Lei <ming.lei@xxxxxxxxxx> Thanks, Ming