sched/headers: Move more mm_struct related functionality from <linux/sched.h> to...
authorIngo Molnar <[email protected]>
Thu, 2 Feb 2017 11:18:24 +0000 (12:18 +0100)
committerIngo Molnar <[email protected]>
Fri, 3 Mar 2017 00:43:39 +0000 (01:43 +0100)
commit4240c8bf877f1145571106a2934c5cea0b51b178
tree65fd2ea10226eea7dea9573c9f9dd6e135391bc8
parent7284c6d419b5a6ae9806927f1fd4f0cfd19a16f5
sched/headers: Move more mm_struct related functionality from <linux/sched.h> to <linux/sched/mm.h>

Neither the mmap_layout nor the mm_update_next_owner() methods need to be
in <linux/sched.h> - move them to the more appropriate <linux/sched/mm.h> header.

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