]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
coredump: update coredump-related headers
authorAlex Kelly <alex.page.kelly@gmail.com>
Fri, 7 Sep 2012 00:25:06 +0000 (10:25 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 11 Sep 2012 05:49:38 +0000 (15:49 +1000)
commitbe1702dd83424a564aaf8c7c58302862b3b9831f
treefdc5a1f23113b584cc02deddf46a4c825b2c5a6d
parent97a1ea24d7f13e79e97b575c51d789a80601b36c
coredump: update coredump-related headers

Create a new header file, fs/coredump.h, which contains functions only
used by the new coredump.c.  It also moves do_coredump to the
include/linux/coredump.h header file, for consistency.

Signed-off-by: Alex Kelly <alex.page.kelly@gmail.com>
Reviewed-by: Josh Triplett <josh@joshtriplett.org>
Acked-by: Serge Hallyn <serge.hallyn@canonical.com>
Acked-by: Kees Cook <keescook@chromium.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
fs/coredump.c
fs/coredump.h [new file with mode: 0644]
fs/exec.c
include/linux/binfmts.h
include/linux/coredump.h
include/linux/sched.h
kernel/signal.c