From: Miklos Szeredi Date: Wed, 30 Jul 2008 12:06:22 +0000 (+0200) Subject: [patch] vfs: make security_inode_setattr() calling consistent X-Git-Tag: v2.6.28-rc1~24^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a77b72da24ecfe262760874c55e3f6461f1dec0d;p=pandora-kernel.git [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 --- Reading git-diff-tree failed