aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/nfs3client.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2014-09-25NFSv3: Fix missing includes of nfs3_fs.hTrond Myklebust1-0/+1
Silence a few warnings about missing symbols that are due to missing includes of nfs3_fs.h. Fixes: 00a36a1090350 (NFS: Move v3 declarations out of internal.h) Fixes: cb8c20fa53ec2 (NFS: Move NFS v3 acl functions to nfs3_fs.h) Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
2012-07-30NFS: Only initialize the ACL client in the v3 caseBryan Schumaker1-0/+65
v2 and v4 don't use it, so I create two new nfs_rpc_ops functions to initialize the ACL client only when we are using v3. Signed-off-by: Bryan Schumaker <bjschuma@netapp.com> Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>