public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] nvme: constify struct class usage
@ 2024-03-05 13:15 Ricardo B. Marliere
  2024-03-05 13:15 ` [PATCH 1/3] nvme: core: " Ricardo B. Marliere
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: Ricardo B. Marliere @ 2024-03-05 13:15 UTC (permalink / raw)
  To: Keith Busch, Jens Axboe, Christoph Hellwig, Sagi Grimberg,
	James Smart, Chaitanya Kulkarni
  Cc: linux-nvme, linux-kernel, Greg Kroah-Hartman, Ricardo B. Marliere

This is a simple and straight forward cleanup series that aims to make the
class structures in nvme constant. This has been possible since 2023 [1].

[1]: https://lore.kernel.org/all/2023040248-customary-release-4aec@gregkh/

Signed-off-by: Ricardo B. Marliere <ricardo@marliere.net>
---
Ricardo B. Marliere (3):
      nvme: core: constify struct class usage
      nvme: fabrics: make nvmf_class constant
      nvme: fcloop: make fcloop_class constant

 drivers/nvme/host/core.c     | 53 +++++++++++++++++++++++---------------------
 drivers/nvme/host/fabrics.c  | 20 +++++++++--------
 drivers/nvme/target/fcloop.c | 17 +++++++-------
 3 files changed, 48 insertions(+), 42 deletions(-)
---
base-commit: 7e90b5c295ec1e47c8ad865429f046970c549a66
change-id: 20240305-class_cleanup-nvme-c11fedbc3b82

Best regards,
-- 
Ricardo B. Marliere <ricardo@marliere.net>


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

end of thread, other threads:[~2024-03-07  8:01 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-05 13:15 [PATCH 0/3] nvme: constify struct class usage Ricardo B. Marliere
2024-03-05 13:15 ` [PATCH 1/3] nvme: core: " Ricardo B. Marliere
2024-03-06  5:23   ` Chaitanya Kulkarni
2024-03-05 13:15 ` [PATCH 2/3] nvme: fabrics: make nvmf_class constant Ricardo B. Marliere
2024-03-06  5:23   ` Chaitanya Kulkarni
2024-03-05 13:15 ` [PATCH 3/3] nvme: fcloop: make fcloop_class constant Ricardo B. Marliere
2024-03-06  5:24   ` Chaitanya Kulkarni
2024-03-05 13:51 ` [PATCH 0/3] nvme: constify struct class usage Christoph Hellwig
2024-03-05 16:02   ` Keith Busch
2024-03-05 16:25     ` Ricardo B. Marliere
2024-03-07  8:01       ` Sagi Grimberg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox