Files
linux/kernel
Wang YanQing 8f6c5ffc89 kernel/groups.c: remove return value of set_groups
After commit 6307f8fee2 ("security: remove dead hook task_setgroups"),
set_groups will always return zero, so we could just remove return value
of set_groups.

This patch reduces code size, and simplfies code to use set_groups,
because we don't need to check its return value any more.

[akpm@linux-foundation.org: remove obsolete claims from set_groups() comment]
Signed-off-by: Wang YanQing <udknight@gmail.com>
Cc: "Eric W. Biederman" <ebiederm@xmission.com>
Cc: Serge Hallyn <serge.hallyn@canonical.com>
Cc: Eric Paris <eparis@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2014-04-03 16:21:05 -07:00
..
2014-02-27 12:43:26 +01:00
2013-11-13 12:09:34 +09:00
2014-03-22 11:33:09 +01:00
2014-04-03 16:20:58 -07:00
2013-12-04 14:09:46 +10:30
2013-12-18 19:04:50 -08:00
2014-02-20 14:54:28 +01:00
2014-04-03 16:21:05 -07:00
2013-09-11 15:58:27 -07:00