* [PATCH] nvmet: remove old function prototype
@ 2025-02-27 19:00 Maurizio Lombardi
2025-02-28 17:58 ` Keith Busch
0 siblings, 1 reply; 2+ messages in thread
From: Maurizio Lombardi @ 2025-02-27 19:00 UTC (permalink / raw)
To: kbusch; +Cc: sagi, linux-nvme, mlombard
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>
---
drivers/nvme/target/nvmet.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/nvme/target/nvmet.h b/drivers/nvme/target/nvmet.h
index d2c1233981e1..fcf4f460dc9a 100644
--- a/drivers/nvme/target/nvmet.h
+++ b/drivers/nvme/target/nvmet.h
@@ -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
--
2.43.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] nvmet: remove old function prototype
2025-02-27 19:00 [PATCH] nvmet: remove old function prototype Maurizio Lombardi
@ 2025-02-28 17:58 ` Keith Busch
0 siblings, 0 replies; 2+ messages in thread
From: Keith Busch @ 2025-02-28 17:58 UTC (permalink / raw)
To: Maurizio Lombardi; +Cc: sagi, linux-nvme, mlombard
On Thu, Feb 27, 2025 at 08:00:05PM +0100, Maurizio Lombardi wrote:
> nvmet_subsys_nsid_exists() doesn't exist anymore
>
> Fixes: 74d16965d7ac ("nvmet-loop: avoid using mutex in IO hotpath")
Thanks, applied to nvme-6.14.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-02-28 17:58 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-27 19:00 [PATCH] nvmet: remove old function prototype Maurizio Lombardi
2025-02-28 17:58 ` Keith Busch
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.