Re: [RFC 1/7] Remove declaration of sighand_cachep from slab.h

2006-11-17 Thread Stephen Rothwell
On Fri, 17 Nov 2006 21:43:47 -0800 (PST) Christoph Lameter <[EMAIL PROTECTED]> wrote: > > Remove declaration of sighand_cachep from slab.h > > The sighand cache is only used in fs/exec.c and kernel/fork.c. It is defined > in kernel/fork.c but also used in fs/exec.c. So add an extern declaration to

[RFC 1/7] Remove declaration of sighand_cachep from slab.h

2006-11-17 Thread Christoph Lameter
Remove declaration of sighand_cachep from slab.h The sighand cache is only used in fs/exec.c and kernel/fork.c. It is defined in kernel/fork.c but also used in fs/exec.c. So add an extern declaration to fs/exec.c and remove the definition from slab.h. Signed-off-by: Christoph Lameter <[EMAIL PROT