]> git.baikalelectronics.ru Git - kernel.git/commit
sched/headers: Move in_vfork() from <linux/sched.h> to <linux/sched/mm.h>
authorIngo Molnar <mingo@kernel.org>
Thu, 2 Feb 2017 11:32:21 +0000 (12:32 +0100)
committerIngo Molnar <mingo@kernel.org>
Fri, 3 Mar 2017 00:43:40 +0000 (01:43 +0100)
commitf48305b94c41e8d5f0db7a41f8c17cf9eeb60689
treef59d22d27480adc95d6d14d826346c791a045188
parent45a01823f3b9a04a2c04acb5673b46a2dbf96d95
sched/headers: Move in_vfork() from <linux/sched.h> to <linux/sched/mm.h>

The in_vfork() function deals with task->mm, so it better belongs
into <linux/sched/mm.h>.

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/mm.h