[PATCH 5/5] nvmet: Call fatal_error from keep-alive timout expiration
Christoph Hellwig
hch at lst.de
Thu Jan 12 23:22:23 PST 2017
On Thu, Jan 12, 2017 at 12:31:19PM +0200, Sagi Grimberg wrote:
> We only need to call delete_ctrl once, so given that both
> keep-alive timeout and any other fatal error can trigger it,
> just make sure we only call delete_ctrl once.
>
> Signed-off-by: Sagi Grimberg <sagi at grimberg.me>
> ---
> drivers/nvme/target/core.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/nvme/target/core.c b/drivers/nvme/target/core.c
> index dcdc2f6146f1..5267ce20c12d 100644
> --- a/drivers/nvme/target/core.c
> +++ b/drivers/nvme/target/core.c
> @@ -201,7 +201,7 @@ static void nvmet_keep_alive_timer(struct work_struct *work)
> pr_err("ctrl %d keep-alive timer (%d seconds) expired!\n",
> ctrl->cntlid, ctrl->kato);
>
> - ctrl->ops->delete_ctrl(ctrl);
> + nvmet_ctrl_fatal_error(ctrl);
Looks good,
Reviewed-by: Christoph Hellwig <hch at lst.de>
More information about the Linux-nvme
mailing list