[PATCH 003 of 9] knfsd: nfsd4: simplify nfsv4->posix translation

2007-02-12 Thread NeilBrown
From: J. Bruce Fields <[EMAIL PROTECTED]> 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"

[PATCH 003 of 9] knfsd: nfsd4: simplify nfsv4-posix translation

2007-02-12 Thread NeilBrown
From: J. Bruce Fields [EMAIL PROTECTED] 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