Commit 100b555b authored by Sagi Grimberg's avatar Sagi Grimberg Committed by Christoph Hellwig

nvme-auth: remove symbol export from nvme_auth_reset

Only the nvme module calls it.
Reviewed-by: default avatarHannes Reinecke <hare@suse.de>
Signed-off-by: default avatarSagi Grimberg <sagi@grimberg.me>
Reviewed-by: default avatarChaitanya Kulkarni <kch@nvidia.com>
Signed-off-by: default avatarChristoph Hellwig <hch@lst.de>
parent 0c999e69
...@@ -932,7 +932,6 @@ void nvme_auth_reset(struct nvme_ctrl *ctrl) ...@@ -932,7 +932,6 @@ void nvme_auth_reset(struct nvme_ctrl *ctrl)
} }
mutex_unlock(&ctrl->dhchap_auth_mutex); mutex_unlock(&ctrl->dhchap_auth_mutex);
} }
EXPORT_SYMBOL_GPL(nvme_auth_reset);
static void nvme_ctrl_auth_work(struct work_struct *work) static void nvme_ctrl_auth_work(struct work_struct *work)
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment