From: Christoph Hellwig Date: Wed, 10 Jun 2009 15:07:47 +0000 (+0200) Subject: xfs: use generic Posix ACL code X-Git-Tag: v2.6.31-rc1~350^2^2~3^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ef14f0c1578dce4b688726eb2603e50b62d6665a;p=pandora-kernel.git xfs: use generic Posix ACL code This patch rips out the XFS ACL handling code and uses the generic fs/posix_acl.c code instead. The ondisk format is of course left unchanged. This also introduces the same ACL caching all other Linux filesystems do by adding pointers to the acl and default acl in struct xfs_inode. Signed-off-by: Christoph Hellwig Reviewed-by: Eric Sandeen --- Reading git-diff-tree failed