nvme-multipath: set ana_log_size to 0 after free ana_log_buf
authorHou Tao <houtao1@huawei.com>
Fri, 3 Dec 2021 11:47:15 +0000 (19:47 +0800)
committerChristoph Hellwig <hch@lst.de>
Tue, 7 Dec 2021 17:19:28 +0000 (18:19 +0100)
commitc7c15ae3dc50c0ab46c5cbbf8d2f3d3307e51f37
tree8138f654c9479aea88d32de06424c5f45dcda9a7
parent793fcab83f38661e22e6f7c682dfba6fd0d97bb2
nvme-multipath: set ana_log_size to 0 after free ana_log_buf

Set ana_log_size to 0 when ana_log_buf is freed to make sure
nvme_mpath_init_identify will do the right thing when retrying
after an earlier failure.

Signed-off-by: Hou Tao <houtao1@huawei.com>
Reviewed-by: Keith Busch <kbusch@kernel.org>
Signed-off-by: Christoph Hellwig <hch@lst.de>
drivers/nvme/host/multipath.c