Re: [PATCH] Small cleanup to socket initialization

2005-12-22 Thread David S. Miller
From: Andi Kleen <[EMAIL PROTECTED]> Date: Sat, 17 Dec 2005 15:58:04 +0100 > On Fri, Dec 16, 2005 at 11:15:17PM -0800, David S. Miller wrote: > > From: Andi Kleen <[EMAIL PROTECTED]> > > Date: Sat, 17 Dec 2005 08:10:29 +0100 > > > > > sock_init can be done as a core_initcall instead of calling >

Re: [PATCH] Small cleanup to socket initialization

2005-12-17 Thread Andi Kleen
On Fri, Dec 16, 2005 at 11:15:17PM -0800, David S. Miller wrote: > From: Andi Kleen <[EMAIL PROTECTED]> > Date: Sat, 17 Dec 2005 08:10:29 +0100 > > > sock_init can be done as a core_initcall instead of calling > > it directly in init/main.c > > > > Also I removed an out of date #ifdef. > > > > S

Re: [PATCH] Small cleanup to socket initialization

2005-12-16 Thread David S. Miller
From: Andi Kleen <[EMAIL PROTECTED]> Date: Sat, 17 Dec 2005 08:10:29 +0100 > sock_init can be done as a core_initcall instead of calling > it directly in init/main.c > > Also I removed an out of date #ifdef. > > Signed-off-by: Andi Kleen <[EMAIL PROTECTED]> Might as well kill of SLAB_SKB's defi