sched/headers: Move more mm_struct related functionality from <linux/sched.h> to...
authorIngo Molnar <mingo@kernel.org>
Thu, 2 Feb 2017 11:18:24 +0000 (12:18 +0100)
committerIngo Molnar <mingo@kernel.org>
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 <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