]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
coredump: update coredump-related headers
authorAlex Kelly <alex.page.kelly@gmail.com>
Fri, 28 Sep 2012 00:22:13 +0000 (10:22 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 3 Oct 2012 06:50:59 +0000 (16:50 +1000)
commitd290bb61f045fd6a4144f711394d5f49af6cfb58
tree786980b66bbb7f2bec882c481a48bfe0dbcbfc56
parente797b339bdf2a86fd030cf99efd3633b1f1ae1b4
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