On 2021-10-16 14:21:37 [-0700], Bart Van Assche wrote: > On 10/15/21 08:14, Sebastian Andrzej Siewior wrote: > > +static inline void scsi_done(struct scsi_cmnd *scmd) > > +{ > > + scmd->scsi_done(scmd); > > +} > > How about leaving out this function definition and open-coding it into its > callers? Let me reevaluate the situation with your series. I saw that you provided a scsi_done() function. > Thank you, > > Bart. Sebastian