[PATCHv6 00/12] nvme: In-band authentication support

Sagi Grimberg sagi at grimberg.me
Mon Nov 22 04:01:47 PST 2021


> +	ret = nvme_auth_process_dhchap_success1(ctrl, chap);
> +	if (ret) {
> +		/* Controller authentication failed */
> +		goto fail2;
> +	}
> +
> 
> v5 had 'if (ret < 0) [' here.

Right, thanks.



More information about the Linux-nvme mailing list