]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commitbc49de0c40c24b3f04c45e36e9105c877cd7dd5a
tree304193ab41f88e5d82e51053bbd7d21fbfb7a83f
parent92f566a7c95ff6ef38280ade992149ab5694f90c
[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