[XFS] use inode_change_ok for setattr permission checking
authorChristoph Hellwig <hch@infradead.org>
Tue, 9 Dec 2008 09:47:34 +0000 (04:47 -0500)
committerLachlan McIlroy <lachlan@redback.melbourne.sgi.com>
Thu, 11 Dec 2008 02:15:10 +0000 (13:15 +1100)
commitc4cd747ee6c3ba1e7727878e3fce482d0d8c0136
tree2232d0b923fdd2095abed5cfa4ea8b7222026b74
parent4d4be482a4d78ca906f45e99fd9fdb91e907f5ad
[XFS] use inode_change_ok for setattr permission checking

Instead of implementing our own checks use inode_change_ok to check for
necessary permission in setattr.  There is a slight change in behaviour
as inode_change_ok doesn't allow i_mode updates to add the suid or sgid
without superuser privilegues while the old XFS code just stripped away
those bits from the file mode.

(First sent on Semptember 29th)

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Lachlan McIlroy <lachlan@sgi.com>
fs/xfs/xfs_vnodeops.c