[PATCH] knfsd: nfsd4: simplify nfsv4->posix translation
authorJ. Bruce Fields <[email protected]>
Fri, 16 Feb 2007 09:28:29 +0000 (01:28 -0800)
committerLinus Torvalds <[email protected]>
Fri, 16 Feb 2007 16:14:01 +0000 (08:14 -0800)
commit575a6290f035b16e3301014d9b176422ec9062bb
treea233a66a01fa5501868419669b52bfc0d348f938
parent7bdfa68c5e70b815e85dab0bdd9f48ec103c4002
[PATCH] knfsd: nfsd4: simplify nfsv4->posix translation

The code that splits an incoming nfsv4 ACL into inheritable and effective
parts can be combined with the the code that translates each to a posix acl,
resulting in simpler code that requires one less pass through the ACL.

Signed-off-by: "J. Bruce Fields" <[email protected]>
Signed-off-by: Neil Brown <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
fs/nfsd/nfs4acl.c