Re: [PATCH v5 1/6] nvme: authentication error are always non-retryable
From: Christoph Hellwig
Date: Tue Apr 09 2024 - 09:59:27 EST
On Tue, Apr 09, 2024 at 11:35:05AM +0200, Daniel Wagner wrote:
> From: Hannes Reinecke <hare@xxxxxxx>
>
> Any authentication errors which are generated internally are always
> non-retryable, so use negative error codes to ensure they are not
> retried.
Thanks, this looks much better now:
Reviewed-by: Christoph Hellwig <hch@xxxxxx>