OSDN Git Service

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)
committerTrond Myklebust <trond.myklebust@primarydata.com>
Tue, 6 Jan 2015 03:40:54 +0000 (19:40 -0800)
commit7a01edf0058df98d6cc734c5a4ecc51f929a86ec
treedc0235571126acfdf8a4e346d7271653846ba73c
parent55b9df93ddd684cbc4c2dee9b8a99f6e48348212
NFS: Ignore transport protocol when detecting server trunking

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>
fs/nfs/nfs4client.c