On 2020-04-09 09:53, Johannes Thumshirn wrote: > scsi_mq_free_sgtables is used to free the sg_tables, uninitialize the > command and delete it from the command list. > > Export this function so it can be used from modular code to free the > memory allocated by scsi_init_io() if the caller of scsi_init_io() needs > to do error recovery. > > While we're at it, rename scsi_mq_free_sgtables() to scsi_free_sgtables(). Reviewed-by: Bart Van Assche <bvanassche@xxxxxxx>