On 9/22/22 11:57 AM, Bart Van Assche wrote: > 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. I'll think of something. scsi_init_sense_processing or scsi_start_sense_processing?