Skip to content

Commit 0979ff3

Browse files
maurizio-lombardikeithbusch
authored andcommitted
nvmet: remove old function prototype
nvmet_subsys_nsid_exists() doesn't exist anymore Fixes: 74d1696 ("nvmet-loop: avoid using mutex in IO hotpath") Signed-off-by: Maurizio Lombardi <mlombard@redhat.com> Signed-off-by: Keith Busch <kbusch@kernel.org>
1 parent 00817f0 commit 0979ff3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/nvme/target/nvmet.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -647,7 +647,6 @@ void nvmet_subsys_disc_changed(struct nvmet_subsys *subsys,
647647
struct nvmet_host *host);
648648
void nvmet_add_async_event(struct nvmet_ctrl *ctrl, u8 event_type,
649649
u8 event_info, u8 log_page);
650-
bool nvmet_subsys_nsid_exists(struct nvmet_subsys *subsys, u32 nsid);
651650

652651
#define NVMET_MIN_QUEUE_SIZE 16
653652
#define NVMET_MAX_QUEUE_SIZE 1024

0 commit comments

Comments
 (0)