]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commit85ad5be352a6f0f38699f2388fa92068c2a3cbad
tree3f6cea6d0c3554439b76c219573e7633b2ba97c3
parentf52b901e6ddd202704f014563acba4e151a5d367
[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