[PATCH] Move sighand_cachep to include/signal.h
authorChristoph Lameter <clameter@sgi.com>
Thu, 7 Dec 2006 04:32:47 +0000 (20:32 -0800)
committerLinus Torvalds <torvalds@woody.osdl.org>
Thu, 7 Dec 2006 16:39:22 +0000 (08:39 -0800)
commit298ec1e2ac85cecce3eddd167286359358c44d5d
tree36472ce09abe8bcb0dbdb56270abaf572594cb30
parent54cc211ce3fc73a9d21c6316886db0676beaca95
[PATCH] Move sighand_cachep to include/signal.h

Move sighand_cachep definitioni to linux/signal.h

The sighand cache is only used in fs/exec.c and kernel/fork.c.  It is defined
in kernel/fork.c but only used in fs/exec.c.

The sighand_cachep is related to signal processing.  So add the definition to
signal.h.

Signed-off-by: Christoph Lameter <clameter@sgi.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
include/linux/signal.h
include/linux/slab.h