From: Christoph Lameter Date: Thu, 7 Dec 2006 04:32:47 +0000 (-0800) Subject: [PATCH] Move sighand_cachep to include/signal.h X-Git-Tag: v2.6.20-rc1~145^2^2~325 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=298ec1e2ac85cecce3eddd167286359358c44d5d;p=pandora-kernel.git [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 Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed