commit | a77b72da24ecfe262760874c55e3f6461f1dec0d | [log] [tgz] |
---|---|---|
author | Miklos Szeredi <mszeredi@suse.cz> | Wed Jul 30 14:06:22 2008 +0200 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Thu Oct 23 05:13:27 2008 -0400 |
tree | 36c8c0215866099d03fb99aa5d13f765f2c73dba | |
parent | 2c512397ca060f6dbcb3957174a91e29a3b769be [diff] |
[patch] vfs: make security_inode_setattr() calling consistent Call security_inode_setattr() consistetly before inode_change_ok(). It doesn't make sense to try to "optimize" the i_op->setattr == NULL case, as most filesystem do define their own setattr function. Signed-off-by: Miklos Szeredi <mszeredi@suse.cz>