[PATCH] nvme-multipath: zeroing ana_log_size as well after free ana_log_buf

Christoph Hellwig hch at lst.de
Sun Dec 5 23:53:47 PST 2021


>  	if (ana_log_size > ctrl->ana_log_size) {
>  		nvme_mpath_stop(ctrl);
> -		kfree(ctrl->ana_log_buf);
> +		nvme_mpath_uninit(ctrl);

This hunk looks unrelated.



More information about the Linux-nvme mailing list