From: Bart Van Assche <bvanassche@acm.org>
To: "Martin K . Petersen" <martin.petersen@oracle.com>
Cc: linux-scsi@vger.kernel.org, Bart Van Assche <bvanassche@acm.org>
Subject: [PATCH v3 0/3] Prepare for constifying SCSI host templates
Date: Thu, 8 Sep 2022 16:35:57 -0700 [thread overview]
Message-ID: <20220908233600.3043271-1-bvanassche@acm.org> (raw)
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 v2:
- Optimized the show_info == NULL case.
- Added a patch that removes the code that clears the module pointer in the host
template.
Changes compared to v1:
- Fix the CONFIG_SCSI_PROC_FS=n build.
Bart Van Assche (3):
scsi: esas2r: Introduce scsi_template_proc_dir()
scsi: core: Introduce a new list for SCSI proc directory entries
scsi: core: Rework the code for dropping the LLD module reference
drivers/scsi/esas2r/esas2r_main.c | 18 +++--
drivers/scsi/scsi_priv.h | 4 +-
drivers/scsi/scsi_proc.c | 119 ++++++++++++++++++++++++++----
drivers/scsi/scsi_sysfs.c | 7 +-
include/scsi/scsi_device.h | 1 +
include/scsi/scsi_host.h | 18 ++---
6 files changed, 126 insertions(+), 41 deletions(-)
next reply other threads:[~2022-09-08 23:37 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-09-08 23:35 Bart Van Assche [this message]
2022-09-08 23:35 ` [PATCH v3 1/3] scsi: esas2r: Introduce scsi_template_proc_dir() Bart Van Assche
2022-09-13 14:05 ` John Garry
2022-09-13 19:51 ` Bart Van Assche
2022-09-08 23:35 ` [PATCH v3 2/3] scsi: core: Introduce a new list for SCSI proc directory entries Bart Van Assche
2022-09-12 16:01 ` Mike Christie
2022-09-13 14:26 ` John Garry
2022-09-13 18:38 ` Bart Van Assche
2022-09-08 23:36 ` [PATCH v3 3/3] scsi: core: Rework the code for dropping the LLD module reference Bart Van Assche
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20220908233600.3043271-1-bvanassche@acm.org \
--to=bvanassche@acm.org \
--cc=linux-scsi@vger.kernel.org \
--cc=martin.petersen@oracle.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox