]> git.karo-electronics.de Git - karo-tx-linux.git/commit
sched/headers: Move the task_lock()/unlock() APIs to <linux/sched/task.h>
authorIngo Molnar <mingo@kernel.org>
Mon, 6 Feb 2017 09:57:33 +0000 (10:57 +0100)
committerIngo Molnar <mingo@kernel.org>
Fri, 3 Mar 2017 00:45:22 +0000 (01:45 +0100)
commit56cd697366b6d6f67acb6c58ac7f3b185d11ef07
treec0866c89f50b5c511d88ab356845b4eb534cda87
parentcdc75e9f7b14f29efcf4b162a3c673733e96db79
sched/headers: Move the task_lock()/unlock() APIs to <linux/sched/task.h>

The task_lock()/task_unlock() APIs are not realated to core scheduling,
they are task lifetime APIs, i.e. they belong into <linux/sched/task.h>.

Move them.

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>
include/linux/sched.h
include/linux/sched/task.h
kernel/cgroup/cgroup-v1.c
kernel/cgroup/namespace.c