commit | db78b877f7744bec4a9d9f9e7d10da3931d7cd39 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Fri Jun 04 11:30:03 2010 +0200 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Mon Aug 09 16:47:38 2010 -0400 |
tree | fd9ee2fbe0998218b6d90322f85b285887e6fe9d | |
parent | 1025774ce411f2bd4b059ad7b53f0003569b74fa [diff] |
always call inode_change_ok early in ->setattr Make sure we call inode_change_ok before doing any changes in ->setattr, and make sure to call it even if our fs wants to ignore normal UNIX permissions, but use the ATTR_FORCE to skip those. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>