]> git.hungrycats.org Git - linux/commit
NFS: Ignore transport protocol when detecting server trunking
authorChuck Lever <chuck.lever@oracle.com>
Sat, 3 Jan 2015 19:45:33 +0000 (14:45 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 10 Nov 2018 15:39:15 +0000 (07:39 -0800)
commit226af5ac0f3a913cc6855a7ad3f7968c760eb4e4
tree4ac7e2a75dfc09d7c9a8f424e1ce2359cada4ace
parent6b7c408be47e9cc207a403e989d01d68d9e9866a
NFS: Ignore transport protocol when detecting server trunking

[ Upstream commit 7a01edf0058df98d6cc734c5a4ecc51f929a86ec ]

Detect server trunking across transport protocols. Otherwise, an
RDMA mount and a TCP mount of the same server will end up with
separate nfs_clients using the same clientid4.

Reported-by: Dai Ngo <dai.ngo@oracle.com>
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
fs/nfs/nfs4client.c