[PATCH v3 4/8] nvmet: Expose nvmet_stop_keep_alive_timer publically

alistair23 at gmail.com alistair23 at gmail.com
Thu Oct 2 21:31:35 PDT 2025


From: Alistair Francis <alistair.francis at wdc.com>

Signed-off-by: Alistair Francis <alistair.francis at wdc.com>
---
 drivers/nvme/target/core.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/nvme/target/core.c b/drivers/nvme/target/core.c
index 0dd7bd99afa3..bed1c6ebe83a 100644
--- a/drivers/nvme/target/core.c
+++ b/drivers/nvme/target/core.c
@@ -430,6 +430,7 @@ void nvmet_stop_keep_alive_timer(struct nvmet_ctrl *ctrl)
 
 	cancel_delayed_work_sync(&ctrl->ka_work);
 }
+EXPORT_SYMBOL_GPL(nvmet_stop_keep_alive_timer);
 
 u16 nvmet_req_find_ns(struct nvmet_req *req)
 {
-- 
2.51.0




More information about the Linux-nvme mailing list