]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitb357e01f3863dad999d41e343c0d6df6a15fe053
tree65fd2ea10226eea7dea9573c9f9dd6e135391bc8
parentdf9a983c8620fb0da37dd1e248871de7212a00a3
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