mbox series

[0/2] Prepare for constifying SCSI host templates

Message ID 20220830003350.1395173-1-bvanassche@acm.org
Headers show
Series Prepare for constifying SCSI host templates | expand

Message

Bart Van Assche Aug. 30, 2022, 12:33 a.m. UTC
Hi Martin,

This patch series prepares for constifying SCSI host templates by moving the
members that are not constant out of the SCSI host template. Please consider
this patch series for the next merge window.

Thanks,

Bart.

Bart Van Assche (2):
  scsi: esas2r: Introduce scsi_template_proc_dir()
  scsi: core: Introduce a new list for SCSI proc directory entries

 drivers/scsi/esas2r/esas2r_main.c |  18 +++--
 drivers/scsi/scsi_proc.c          | 106 ++++++++++++++++++++++++++----
 include/scsi/scsi_host.h          |  16 ++---
 3 files changed, 108 insertions(+), 32 deletions(-)