nvme: move nvme_stop_keep_alive() back to original position
authorHannes Reinecke <hare@suse.de>
Tue, 21 Nov 2023 08:01:03 +0000 (09:01 +0100)
committerKeith Busch <kbusch@kernel.org>
Wed, 22 Nov 2023 16:07:02 +0000 (08:07 -0800)
commit3af755a46881c32fecaecfdeaf3a8f0a869deca5
tree0af4b47db8c412178a9d92396d4cc0f730440615
parent11b9d0b4999705105d1fb7f0e8ac969e0f41b1b8
nvme: move nvme_stop_keep_alive() back to original position

Stopping keep-alive not only stops the keep-alive workqueue,
but also needs to be synchronized with I/O termination as we
must not send a keep-alive command after all I/O had been
terminated.
So to avoid any regressions move the call to stop_keep_alive()
back to its original position and ensure that keep-alive is
correctly stopped failing to setup the admin queue.

Fixes: 4733b65d82bd ("nvme: start keep-alive after admin queue setup")
Suggested-by: Sagi Grimberg <sagi@grimberg.me>
Signed-off-by: Hannes Reinecke <hare@suse.de>
Reviewed-by: Sagi Grimberg <sagi@grimberg.me>
Signed-off-by: Keith Busch <kbusch@kernel.org>
drivers/nvme/host/core.c
drivers/nvme/host/fc.c
drivers/nvme/host/rdma.c
drivers/nvme/host/tcp.c