]> git.karo-electronics.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>
Thu, 4 Oct 2012 05:04:02 +0000 (15:04 +1000)
commitf34b2fc3721780064904aa0b9e229e975ba34939
tree0784862189d40154706f213f759c5c4897ff13ec
parente5e1bc7425fe198d854d5b2c58640f3e53c600e1
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