]> Git Repo - linux.git/commit
sched/headers: Move in_vfork() from <linux/sched.h> to <linux/sched/mm.h>
authorIngo Molnar <[email protected]>
Thu, 2 Feb 2017 11:32:21 +0000 (12:32 +0100)
committerIngo Molnar <[email protected]>
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 <[email protected]>
Cc: Mike Galbraith <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Cc: [email protected]
Signed-off-by: Ingo Molnar <[email protected]>
include/linux/sched.h
include/linux/sched/mm.h
This page took 0.083494 seconds and 4 git commands to generate.