On Tue, Jul 15, 2025 at 09:42:43AM -0600, Caleb Sander Mateos wrote: > Since commit b749965edda8 ("ublk: remove ublk_commit_and_fetch()"), > ublk_sub_req_ref() no longer uses its struct request *req argument. > So drop the argument from ublk_sub_req_ref(), and from > ublk_need_complete_req(), which only passes it to ublk_sub_req_ref(). > > Signed-off-by: Caleb Sander Mateos <csander@xxxxxxxxxxxxxxx> Reviewed-by: Ming Lei <ming.lei@xxxxxxxxxx> Thanks, Ming