From: Martin K. Petersen Date: Sat, 24 Jan 2026 02:40:33 +0000 (-0500) Subject: Merge patch series "Change the return type of the .queuecommand() callback" X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=92da3818aaf6dd9c49ef8fdc39c024c76b52cba8;p=thirdparty%2Fkernel%2Flinux.git Merge patch series "Change the return type of the .queuecommand() callback" Bart Van Assche says: Hi Martin, Most but not all .queuecommand() implementations return a SCSI_MLQUEUE_* constant. This affects code readability: in order to understand what happens if a .queuecommand() function returns a value that is not a SCSI_MLQUEUE_* constant, one has to read the scsi_dispatch_cmd() implementation and check how other values are handled. Hence this patch series that changes the return type of the .queuecommand() callback and also of the implementations of this callback. Please consider this patch series for the next merge window. Thanks, Bart. Link: https://patch.msgid.link/20260115210357.2501991-1-bvanassche@acm.org Signed-off-by: Martin K. Petersen --- 92da3818aaf6dd9c49ef8fdc39c024c76b52cba8