From: Eric W. Biederman Date: Sat, 21 Nov 2009 00:08:58 +0000 (-0800) Subject: sysfs: sysfs_setattr remove unnecessary permission check. X-Git-Tag: v2.6.33-rc1~314^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e16acb503b42ef241a9396de7c5a1614c74d8ca6;p=pandora-kernel.git sysfs: sysfs_setattr remove unnecessary permission check. inode_change_ok already clears the SGID bit when necessary so there is no reason for sysfs_setattr to carry code to do the same, and it is good to kill the extra copy because when I moved the code last in certain corner cases the code will look at the wrong gid. Acked-by: Serge Hallyn Acked-by: Tejun Heo Signed-off-by: Eric W. Biederman Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed