]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
pnfs: Fix TLS logic in _nfs4_pnfs_v4_ds_connect()
authorTrond Myklebust <trond.myklebust@hammerspace.com>
Sun, 19 Oct 2025 00:10:34 +0000 (20:10 -0400)
committerAnna Schumaker <anna.schumaker@oracle.com>
Mon, 10 Nov 2025 15:32:28 +0000 (10:32 -0500)
commit28e19737e1570c7c71890547c2e43c3e0da79df9
tree62a3b67ff3dce4fc1ce8af7b8035c4ade9a2eeaa
parent7aca00d950e782e66c34fbd045c9605eca343a36
pnfs: Fix TLS logic in _nfs4_pnfs_v4_ds_connect()

Don't try to add an RDMA transport to a client that is already marked as
being a TCP/TLS transport.

Fixes: a35518cae4b3 ("NFSv4.1/pnfs: fix NFS with TLS in pnfs")
Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
Signed-off-by: Anna Schumaker <anna.schumaker@oracle.com>
fs/nfs/pnfs_nfs.c