[PATCH] remove xfs xattr permission checks
authorChristoph Hellwig <hch@lst.de>
Tue, 10 Jan 2006 04:52:00 +0000 (20:52 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Tue, 10 Jan 2006 16:01:30 +0000 (08:01 -0800)
commit3542c6e18f6470bad2bde1e94331e4f488a8d3f1
tree3f6cea6d0c3554439b76c219573e7633b2ba97c3
parentb98932cb514eef404c6168c9a15cf28851498dea
[PATCH] remove xfs xattr permission checks

remove checks now in the VFS

XFS has an additional xattr interface through obscure ioctl.  it requires
raised capabilities but we need to add some read-only/immutable checks anyway

Signed-off-by: Christoph Hellwig <hch@lst.de>
Cc: Nathan Scott <nathans@sgi.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
fs/xfs/linux-2.6/xfs_ioctl.c
fs/xfs/xfs_attr.c