[2.6 patch] unexport softnet_data

2007-10-24 Thread Adrian Bunk
The EXPORT_PER_CPU_SYMBOL(softnet_data) is no longer used. Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> --- 6bf19ad197b0076e48be8720659d38413d438e26 diff --git a/net/core/dev.c b/net/core/dev.c index 38b03da..113d216 100644 --- a/net/core/dev.c +++ b/net/core/dev.c @@ -4469,4 +4469,3 @@ EXPORT

Re: [2.6 patch] unexport softnet_data

2007-11-06 Thread David Miller
From: "Nelson, Shannon" <[EMAIL PROTECTED]> Date: Fri, 26 Oct 2007 08:38:55 -0700 > There is no creation of a pinned_list yet in this path, so I don't think > this would do us much good. The pinned list is created in the generic net/ipv4/tcp.c code, not in the address family specific code. So yo

RE: [2.6 patch] unexport softnet_data

2007-11-07 Thread Nelson, Shannon
>From: David Miller [mailto:[EMAIL PROTECTED] >Sent: Tuesday, November 06, 2007 11:41 PM > >From: "Nelson, Shannon" <[EMAIL PROTECTED]> >Date: Fri, 26 Oct 2007 08:38:55 -0700 > >> There is no creation of a pinned_list yet in this path, so I >don't think >> this would do us much good. > >The pinne

Re: [2.6 patch] unexport softnet_data

2007-10-26 Thread David Miller
From: Adrian Bunk <[EMAIL PROTECTED]> Date: Wed, 24 Oct 2007 18:24:25 +0200 > The EXPORT_PER_CPU_SYMBOL(softnet_data) is no longer used. > > Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> I wanted to apply this, but in validing the patch I noticed what appears to be an omission in TCP ipv6. It

RE: [2.6 patch] unexport softnet_data

2007-10-26 Thread Nelson, Shannon
>-Original Message- >From: David Miller [mailto:[EMAIL PROTECTED] > >From: Adrian Bunk <[EMAIL PROTECTED]> >Date: Wed, 24 Oct 2007 18:24:25 +0200 > >> The EXPORT_PER_CPU_SYMBOL(softnet_data) is no longer used. >> >> Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> > >I wanted to apply this,