diff options
| author | Maurizio Lombardi <mlombard@redhat.com> | 2025-02-27 20:00:05 +0100 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2025-03-13 13:07:53 +0100 |
| commit | 0c3971f18db21a909c96e4b242f657bbfec6bf8b (patch) | |
| tree | 81932e30e593093b96bf1aa881768c70a9da7d4b /drivers/nvme | |
| parent | f5560578ff4e16927ee6b728cd5274f856daf9a9 (diff) | |
| download | linux-0c3971f18db21a909c96e4b242f657bbfec6bf8b.tar.gz linux-0c3971f18db21a909c96e4b242f657bbfec6bf8b.tar.bz2 linux-0c3971f18db21a909c96e4b242f657bbfec6bf8b.zip | |
nvmet: remove old function prototype
[ Upstream commit 0979ff3676b1b4e6a20970bc265491d23c2da42b ]
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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'drivers/nvme')
| -rw-r--r-- | drivers/nvme/target/nvmet.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/nvme/target/nvmet.h b/drivers/nvme/target/nvmet.h index 7233549f7c8a..016a5c250546 100644 --- a/drivers/nvme/target/nvmet.h +++ b/drivers/nvme/target/nvmet.h @@ -607,7 +607,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 |
