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(-)