]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
nvmet: remove redundant subsysnqn field from ctrl
authorMax Gurtovoy <mgurtovoy@nvidia.com>
Wed, 24 Sep 2025 20:34:02 +0000 (23:34 +0300)
committerKeith Busch <kbusch@kernel.org>
Mon, 1 Dec 2025 21:45:53 +0000 (13:45 -0800)
commitedd17206e363aebc9595b2ffefa7e4d8aba096ef
tree3129d0dd0c220b37d1293cdb378d5698a6a85efa
parent7fce856f1180c2db3c9f5a88b04bb7124a20cb21
nvmet: remove redundant subsysnqn field from ctrl

The subsysnqn field in the nvmet controller structure is redundant,
since the subsystem NQN can always be accessed via the controller's
subsystem reference. Remove this field to save memory and avoid
unnecessary duplication.

Signed-off-by: Max Gurtovoy <mgurtovoy@nvidia.com>
Signed-off-by: Keith Busch <kbusch@kernel.org>
drivers/nvme/target/auth.c
drivers/nvme/target/core.c
drivers/nvme/target/nvmet.h
drivers/nvme/target/passthru.c