Re: [PATCHv6 00/12] nvme: In-band authentication support
From: Sagi Grimberg <sagi@grimberg.me>
Date: 2021-11-22 12:17:34
Also in:
linux-nvme
From: Sagi Grimberg <sagi@grimberg.me>
Date: 2021-11-22 12:17:34
Also in:
linux-nvme
+ ret = nvme_auth_process_dhchap_success1(ctrl, chap);
+ if (ret) {
+ /* Controller authentication failed */
+ goto fail2;
+ }
+
v5 had 'if (ret < 0) [' here.Right, thanks.