]> git.baikalelectronics.ru Git - kernel.git/commit
sched/headers: Move 'struct pacct_struct' and 'struct cpu_itimer' form <linux/sched...
authorIngo Molnar <mingo@kernel.org>
Thu, 2 Feb 2017 11:06:10 +0000 (12:06 +0100)
committerIngo Molnar <mingo@kernel.org>
Fri, 3 Mar 2017 00:43:38 +0000 (01:43 +0100)
commit262aecf252d6347e1ebc80dff15e2aad28e08189
treec3658257921783f0fc2975c9dc4d8534ed4fd349
parentad63137f7a74ca417a71a9b6d3badd24ab030f7d
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 <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/signal.h