]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit9f1e498e02b87607cbac2980f0c9d5e06b5e4257
treef84a56e4cc1ea6347383b29c83df19eae05eea0f
parent0ea790ce64c47c10c0a3aeb071c5951db82610df
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