sysfs: sysfs_setattr remove unnecessary permission check.
authorEric W. Biederman <ebiederm@maxwell.aristanetworks.com>
Sat, 21 Nov 2009 00:08:58 +0000 (16:08 -0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 11 Dec 2009 19:24:54 +0000 (11:24 -0800)
commite16acb503b42ef241a9396de7c5a1614c74d8ca6
tree369ea0ff38ffc59858f1fc0343885ddcb7df4e1f
parentca1bab38195d66bdf42320a99cc7359434a271d3
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 <serue@us.ibm.com>
Acked-by: Tejun Heo <tj@kernel.org>
Signed-off-by: Eric W. Biederman <ebiederm@aristanetworks.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
fs/sysfs/inode.c