mm/headers, sched/headers: Prepare to split <linux/mm_types_task.h> out of <linux...
authorIngo Molnar <[email protected]>
Fri, 3 Feb 2017 23:12:19 +0000 (00:12 +0100)
committerIngo Molnar <[email protected]>
Thu, 2 Mar 2017 07:42:37 +0000 (08:42 +0100)
commit2e58f173ab89b29a1373088b8727133dbf7322b0
tree833f821b255970a0bd98c4394b2b1ed3a0adfaa3
parentf361bf4a66c9bfabace46f6ff5d97005c9b524fe
mm/headers, sched/headers: Prepare to split <linux/mm_types_task.h> out of <linux/mm_types.h>

We are going to separate all the MM types that are embedded directly in 'struct task_struct'
into the new <linux/mm_types_task.h> header.

Create a new <linux/mm_types_task.h> that only contains some includes from mm_types.h itself.

This should be trivially correct and easy to bisect to.

(This patch does not materially move the types yet.)

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/mm_types.h
include/linux/mm_types_task.h [new file with mode: 0644]