[XFS] Use the generic xattr methods.
authorLachlan McIlroy <lachlan@redback.melbourne.sgi.com>
Mon, 23 Jun 2008 03:23:01 +0000 (13:23 +1000)
committerNiv Sardi <xaiki@debian.org>
Mon, 28 Jul 2008 06:58:49 +0000 (16:58 +1000)
commit0ec585163ac81e329bde25fb6311a043a1c63952
tree304193ab41f88e5d82e51053bbd7d21fbfb7a83f
parentd532506cd8b59543b376e155508f88a03a81dad1
[XFS] Use the generic xattr methods.

Use the generic set, get and removexattr methods and supply the s_xattr
array with fine-grained handlers. All XFS/Linux highlevel attr handling is
rewritten from scratch and placed into fs/xfs/linux-2.6/xfs_xattr.c so
that it's separated from the generic low-level code.

SGI-PV: 982343

SGI-Modid: xfs-linux-melb:xfs-kern:31234a

Signed-off-by: Christoph Hellwig <hch@infradead.org>
Signed-off-by: Tim Shimmin <tes@sgi.com>
Signed-off-by: Lachlan McIlroy <lachlan@sgi.com>
fs/xfs/Makefile
fs/xfs/linux-2.6/xfs_iops.c
fs/xfs/linux-2.6/xfs_iops.h
fs/xfs/linux-2.6/xfs_super.c
fs/xfs/linux-2.6/xfs_super.h
fs/xfs/xfs_attr.c
fs/xfs/xfs_attr.h