NFS: Only initialize the ACL client in the v3 case
authorBryan Schumaker <bjschuma@netapp.com>
Mon, 30 Jul 2012 20:05:19 +0000 (16:05 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Mon, 30 Jul 2012 23:05:54 +0000 (19:05 -0400)
commit1179acc6a3e260bc4edc74fa94f6c7908290eaec
treef84a56e4cc1ea6347383b29c83df19eae05eea0f
parentff9099f26645818563c8d396a154c2ce6ee422eb
NFS: Only initialize the ACL client in the v3 case

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>
fs/nfs/Makefile
fs/nfs/client.c
fs/nfs/internal.h
fs/nfs/nfs3client.c [new file with mode: 0644]
fs/nfs/nfs3proc.c
fs/nfs/nfs4client.c
fs/nfs/nfs4proc.c
fs/nfs/nfs4super.c
fs/nfs/proc.c
fs/nfs/super.c
include/linux/nfs_xdr.h