Skip to content
Commit a77b72da authored by Miklos Szeredi's avatar Miklos Szeredi Committed by Al Viro
Browse files

[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: default avatarMiklos Szeredi <mszeredi@suse.cz>
parent 2c512397
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment