projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0c999e6
)
nvme-auth: remove symbol export from nvme_auth_reset
author
Sagi Grimberg
<sagi@grimberg.me>
Sun, 13 Nov 2022 11:24:07 +0000
(13:24 +0200)
committer
Christoph Hellwig
<hch@lst.de>
Wed, 16 Nov 2022 07:36:34 +0000
(08:36 +0100)
Only the nvme module calls it.
Reviewed-by: Hannes Reinecke <hare@suse.de>
Signed-off-by: Sagi Grimberg <sagi@grimberg.me>
Reviewed-by: Chaitanya Kulkarni <kch@nvidia.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
drivers/nvme/host/auth.c
patch
|
blob
|
history
diff --git
a/drivers/nvme/host/auth.c
b/drivers/nvme/host/auth.c
index e3e801e2b78d50f300d047f87fb125b6b5b6f2cc..2f823c6b84fd3fc38680734fe593e4fef92d7a66 100644
(file)
--- a/
drivers/nvme/host/auth.c
+++ b/
drivers/nvme/host/auth.c
@@
-932,7
+932,6
@@
void nvme_auth_reset(struct nvme_ctrl *ctrl)
}
mutex_unlock(&ctrl->dhchap_auth_mutex);
}
-EXPORT_SYMBOL_GPL(nvme_auth_reset);
static void nvme_ctrl_auth_work(struct work_struct *work)
{