]> Git Repo - linux.git/commit
sched/headers: Prepare for new header dependencies before moving code to <linux/sched...
authorIngo Molnar <[email protected]>
Wed, 8 Feb 2017 17:51:33 +0000 (18:51 +0100)
committerIngo Molnar <[email protected]>
Thu, 2 Mar 2017 07:42:32 +0000 (08:42 +0100)
commitb12fb7f46af7d548503d75be59f493f958c6d1b3
treea3c70bbd6e5782d6a9b6449ba6e07240f2131f20
parentcc5efc2323a89dcf1a02c17b9b9f255c5a6e0492
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/xacct.h>

We are going to split <linux/sched/xacct.h> out of <linux/sched.h>, which
will have to be picked up from other headers and a couple of .c files.

Create a trivial placeholder <linux/sched/xacct.h> file that just
maps to <linux/sched.h> to make this patch obviously correct and
bisectable.

Include the new header in the .c file that is going to need it.

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]>
fs/read_write.c
include/linux/sched/xacct.h [new file with mode: 0644]
This page took 0.054548 seconds and 4 git commands to generate.