]> git.baikalelectronics.ru Git - kernel.git/commit
sched/headers: Prepare for the reduction of <linux/sched.h>'s signal API dependency
authorIngo Molnar <mingo@kernel.org>
Fri, 3 Feb 2017 22:47:37 +0000 (23:47 +0100)
committerIngo Molnar <mingo@kernel.org>
Thu, 2 Mar 2017 07:42:37 +0000 (08:42 +0100)
commita399bda03af3cae620ebf2549c17f824077b720b
treee910b098afd67afe49b708518b0061c7c9971f1f
parent78a759ccf65c45bb13cf793dfe4050e7ccb6ae26
sched/headers: Prepare for the reduction of <linux/sched.h>'s signal API dependency

Instead of including the full <linux/signal.h>, we are going to include the
types-only <linux/signal_types.h> header in <linux/sched.h>, to further
decouple the scheduler header from the signal headers.

This means that various files which relied on the full <linux/signal.h> need
to be updated to gain an explicit dependency on it.

Update the code that relies on sched.h's inclusion of the <linux/signal.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>
15 files changed:
arch/arm64/kernel/sys_compat.c
drivers/gpu/drm/i915/i915_gem_request.c
drivers/isdn/mISDN/stack.c
fs/btrfs/extent-tree.c
fs/btrfs/free-space-cache.c
fs/buffer.c
fs/ceph/addr.c
fs/dax.c
fs/ioctl.c
fs/iomap.c
fs/ocfs2/super.c
include/linux/sched.h
include/linux/sched/signal.h
kernel/pid_namespace.c
mm/page-writeback.c