[PATCH-4.5-v3 4/5] NVMe: Move error handling to failed reset handler
Christoph Hellwig
hch at infradead.org
Wed Feb 17 20:11:22 PST 2016
> +/**
> + * nvme_kill_queues(): Ends all namespace queues
> + * @ctrl: the dead controller that needs to end
> + *
> + * Call this function when the driver determines it is unable to get the
> + * controller in a state capable of servicing IO.
> + */
> +void nvme_kill_queues(struct nvme_ctrl *ctrl)
Is there a good reason to skyp the admin queue here entirely?
Otherwise looks fine to me.
More information about the Linux-nvme
mailing list