On 9/22/22 03:06, Mike Christie wrote:
+static enum scsi_disposition scsi_prep_sense(struct scsi_cmnd *scmd, + struct scsi_sense_hdr *sshdr)
How about choosing another name for this function? All other functions with "prep" in their name are called before a command is submitted while this function is called from the completion path.
Thanks, Bart.