Re: [PATCH v2] nvme: expose TLS mode
From: Daniel Wagner
Date: Wed Apr 08 2026 - 12:21:32 EST
On Wed, Apr 08, 2026 at 05:40:36PM +0200, Daniel Wagner wrote:
> As Hannes suggested, tls_mode is only visible when either --concat or --tls is
> used. This avoids the 'none' string.
I got the visibility condition wrong, this version uses opts->tls_key
which is wrong, it should be opts->tls. v3 fixes this.