[PATCH 0/3] nvme: constify struct class usage

From: Ricardo B. Marliere
Date: Tue Mar 05 2024 - 08:16:23 EST


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@xxxxxxxxxxxx>
---
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@xxxxxxxxxxxx>