Message ID | 20240730210042.266504-1-bvanassche@acm.org (mailing list archive) |
---|---|
Headers | show |
Series | SCSI disk source code cleanup | expand |
On 7/30/24 14:00, Bart Van Assche wrote: > Hi Martin, > > This patch series removes multiple forward declarations from the SCSI disk (sd) > driver and also makes error messages easier to find with grep. Please consider > this patch series for the next merge window. > > Thanks, > > Bart. > > Bart Van Assche (6): > scsi: sd: Move the sd_remove() function definition > scsi: sd: Move the sd_config_discard() function definition > scsi: sd: Move the sd_config_write_same() function definition > scsi: sd: Move the scsi_disk_release() function definition > scsi: sd: Move the sd_fops definition > scsi: sd: Do not split error messages > > drivers/scsi/sd.c | 411 ++++++++++++++++++++++------------------------ > 1 file changed, 198 insertions(+), 213 deletions(-) > > For the series. Reviewed-by: Himanshu Madhani <himanshu.madhani@oracle.com>