]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - kernel/signal.c
sched/headers, cgroups: Remove the threadgroup_change_*() wrappery
authorIngo Molnar <mingo@kernel.org>
Thu, 2 Feb 2017 10:50:56 +0000 (11:50 +0100)
committerIngo Molnar <mingo@kernel.org>
Thu, 2 Mar 2017 07:42:25 +0000 (08:42 +0100)
commit780de9dd2720debc14c501dab4dc80d1f75ad50e
tree706aee839aae1d5f82391eeb5c76cc8088c53e27
parentf9411ebe3d85cbbea06298241e6053d031d281fc
sched/headers, cgroups: Remove the threadgroup_change_*() wrappery

threadgroup_change_begin()/end() is a pointless wrapper around
cgroup_threadgroup_change_begin()/end(), minus a might_sleep()
in the !CONFIG_CGROUPS=y case.

Remove the wrappery, move the might_sleep() (the down_read()
already has a might_sleep() check).

This debloats <linux/sched.h> a bit and simplifies this API.

Update all call sites.

No change in functionality.

Acked-by: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Mike Galbraith <efault@gmx.de>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: linux-kernel@vger.kernel.org
Signed-off-by: Ingo Molnar <mingo@kernel.org>
fs/exec.c
include/linux/cgroup-defs.h
include/linux/sched.h
kernel/cgroup/pids.c
kernel/fork.c
kernel/signal.c