From: J.Bruce Fields Date: Wed, 4 Oct 2006 09:16:14 +0000 (-0700) Subject: [PATCH] knfsd: nfsd4: acls: fix handling of zero-length acls X-Git-Tag: v2.6.19-rc1~102 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b66285cee3f9abad26cca6c9b848e1ad6b792d94;p=pandora-kernel.git [PATCH] knfsd: nfsd4: acls: fix handling of zero-length acls It is legal to have zero-length NFSv4 acls; they just deny everything. Also, nfs4_acl_nfsv4_to_posix will always return with pacl and dpacl set on success, so the caller doesn't need to check this. Signed-off-by: J. Bruce Fields Signed-off-by: Neil Brown Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed