From: Andreas Gruenbacher Date: Wed, 22 Jun 2005 17:16:27 +0000 (+0000) Subject: [PATCH] NFS: Add support for NFSv3 ACLs X-Git-Tag: v2.6.13-rc1~68^2~537^2~29 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b7fa0554cf1ba6d6895cd0a5b02989a26e0bc704;p=pandora-kernel.git [PATCH] NFS: Add support for NFSv3 ACLs This adds acl support fo nfs clients via the NFSACL protocol extension, by implementing the getxattr, listxattr, setxattr, and removexattr iops for the system.posix_acl_access and system.posix_acl_default attributes. This patch implements a dumb version that uses no caching (and thus adds some overhead). (Another patch in this patchset adds caching as well.) Signed-off-by: Andreas Gruenbacher Acked-by: Olaf Kirch Signed-off-by: Andrew Morton Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed