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)
commitd026ce796cbca3c49678a68bb4a39fb4b9cf8192
treef59d22d27480adc95d6d14d826346c791a045188
parentabe722a1c59728c6c0ea4e4d5efcfe397c8abebc
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