[PATCH v3] nvme: avoid fallback to sequential scan due to transient issues

Chaitanya Kulkarni chaitanyak at nvidia.com
Mon Nov 14 16:46:03 PST 2022


>   		nvme_scan_ns_sequential(ctrl);
> +	} else {
> +		ret = nvme_scan_ns_list(ctrl);
> +		// fallback to sequential scan if DNR is set to handle broken devices
> +		// which should support Identify NS List (as per the VS they report)
> +		// but don't actually support it

/**/ comment style plz ..

-ck



More information about the Linux-nvme mailing list