All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Prepare for constifying SCSI host templates
@ 2022-08-30 21:05 Bart Van Assche
  2022-08-30 21:05 ` [PATCH v2 1/2] scsi: esas2r: Introduce scsi_template_proc_dir() Bart Van Assche
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Bart Van Assche @ 2022-08-30 21:05 UTC (permalink / raw)
  To: Martin K . Petersen; +Cc: linux-scsi, Bart Van Assche

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.

Changes compared to v1: fix the CONFIG_SCSI_PROC_FS=n build.

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          |  18 ++---
 3 files changed, 110 insertions(+), 32 deletions(-)


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2022-09-08 20:11 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-30 21:05 [PATCH v2 0/2] Prepare for constifying SCSI host templates Bart Van Assche
2022-08-30 21:05 ` [PATCH v2 1/2] scsi: esas2r: Introduce scsi_template_proc_dir() Bart Van Assche
2022-08-30 21:05 ` [PATCH v2 2/2] scsi: core: Introduce a new list for SCSI proc directory entries Bart Van Assche
2022-09-08 16:03   ` Mike Christie
2022-09-08 16:48     ` Bart Van Assche
2022-09-01 14:23 ` [PATCH v2 0/2] Prepare for constifying SCSI host templates John Garry
2022-09-08 15:04   ` Krzysztof Kozlowski
2022-09-08 16:50     ` Bart Van Assche
2022-09-08 20:11   ` Bart Van Assche

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.