[PATCH 3/3] nvme: start keep-alive after admin queue setup
Keith Busch
kbusch at kernel.org
Mon Nov 6 09:17:03 PST 2023
On Tue, Oct 24, 2023 at 08:13:37AM +0200, Hannes Reinecke wrote:
> --- a/drivers/nvme/host/fc.c
> +++ b/drivers/nvme/host/fc.c
> @@ -2530,6 +2530,12 @@ __nvme_fc_abort_outstanding_ios(struct nvme_fc_ctrl *ctrl, bool start_queues)
> * clean up the admin queue. Same thing as above.
> */
> nvme_quiesce_admin_queue(&ctrl->ctrl);
> +
> + /*
> + * Open-coding nvme_cancel_admin_tagset() as fc
> + * is not using nvme_cancel_request().
> + */
> + nvme_stop_keep_alive(ctrl);
That should be '(&ctrl->ctrl)'. No worries, I fixed it up when applying.
More information about the Linux-nvme
mailing list