]> www.infradead.org Git - nvme.git/commitdiff
nvmet: remove old function prototype
authorMaurizio Lombardi <mlombard@redhat.com>
Thu, 27 Feb 2025 19:00:05 +0000 (20:00 +0100)
committerKeith Busch <kbusch@kernel.org>
Thu, 27 Feb 2025 23:12:58 +0000 (15:12 -0800)
nvmet_subsys_nsid_exists() doesn't exist anymore

Fixes: 74d16965d7ac ("nvmet-loop: avoid using mutex in IO hotpath")
Signed-off-by: Maurizio Lombardi <mlombard@redhat.com>
Signed-off-by: Keith Busch <kbusch@kernel.org>
drivers/nvme/target/nvmet.h

index d2c1233981e1a12f5f24ab4aead21afaec5c00f4..fcf4f460dc9a4787495581320d10130e771bd2c9 100644 (file)
@@ -647,7 +647,6 @@ void nvmet_subsys_disc_changed(struct nvmet_subsys *subsys,
                struct nvmet_host *host);
 void nvmet_add_async_event(struct nvmet_ctrl *ctrl, u8 event_type,
                u8 event_info, u8 log_page);
-bool nvmet_subsys_nsid_exists(struct nvmet_subsys *subsys, u32 nsid);
 
 #define NVMET_MIN_QUEUE_SIZE   16
 #define NVMET_MAX_QUEUE_SIZE   1024