nvme: fabrics: make nvmf_class constant
authorRicardo B. Marliere <ricardo@marliere.net>
Tue, 5 Mar 2024 13:15:57 +0000 (10:15 -0300)
committerKeith Busch <kbusch@kernel.org>
Tue, 5 Mar 2024 15:56:19 +0000 (07:56 -0800)
commit3c2bcfd5ac41fc379d2a7082f24d7de227b3f1e1
tree36f52e6c4367a61ec4edb302e3f1fa68dd2860d0
parentab21f3d9098b0870a385c1cb6b0753c15aa9d429
nvme: fabrics: make nvmf_class constant

Since commit 43a7206b0963 ("driver core: class: make class_register() take
a const *"), the driver core allows for struct class to be in read-only
memory, so move the nvmf_class structure to be declared at build time
placing it into read-only memory, instead of having to be dynamically
allocated at boot time.

Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Suggested-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Ricardo B. Marliere <ricardo@marliere.net>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Keith Busch <kbusch@kernel.org>
drivers/nvme/host/fabrics.c