aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/nfs3client.c
Commit message (Collapse)AuthorAge
* NFSv3: Fix missing includes of nfs3_fs.hTrond Myklebust2014-09-25
| | | | | | | | | 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>
* NFS: Only initialize the ACL client in the v3 caseBryan Schumaker2012-07-30
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>