On 30/08/2022 22:05, Bart Van Assche wrote:
+ Krzysztof
This is the same topic as what Krzysztof was working on in
https://lore.kernel.org/linux-scsi/6f28acde-2177-0bc7-b06d-c704153489c0@xxxxxxxxxx/
And at least we have the scsi_host_template.module issue to solve - any
plan or progress for that?
Thanks,
John
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(-)
.