]> Git Repo - linux.git/commit
sched/headers: Move 'struct pacct_struct' and 'struct cpu_itimer' form <linux/sched...
authorIngo Molnar <[email protected]>
Thu, 2 Feb 2017 11:06:10 +0000 (12:06 +0100)
committerIngo Molnar <[email protected]>
Fri, 3 Mar 2017 00:43:38 +0000 (01:43 +0100)
commit8d88460edc05224b8d7ae3372173153876a02825
treec3658257921783f0fc2975c9dc4d8534ed4fd349
parentd151b27d3f86589308cd8c891fdfd2db5f8e80d6
sched/headers: Move 'struct pacct_struct' and 'struct cpu_itimer' form <linux/sched.h> to <linux/sched/signal.h>

These structures are actually part of 'struct signal', so move them to <linux/sched/signal.h>
where they belong.

This further decreases the size and complexity of <linux/sched.h>.

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/signal.h
This page took 0.056938 seconds and 4 git commands to generate.