Re: [2.6 patch] make net/core/skbuff.c:skb_release_data() static

2006-06-29 Thread David Miller
From: Adrian Bunk <[EMAIL PROTECTED]> Date: Thu, 29 Jun 2006 21:20:20 +0200 > On Fri, Jun 23, 2006 at 04:01:15AM -0700, David Miller wrote: > > From: Adrian Bunk <[EMAIL PROTECTED]> > > Date: Fri, 23 Jun 2006 12:56:23 +0200 > > > > > skb_release_data() no longer has any users in other files. > >

[2.6 patch] make net/core/skbuff.c:skb_release_data() static

2006-06-29 Thread Adrian Bunk
On Fri, Jun 23, 2006 at 04:01:15AM -0700, David Miller wrote: > From: Adrian Bunk <[EMAIL PROTECTED]> > Date: Fri, 23 Jun 2006 12:56:23 +0200 > > > skb_release_data() no longer has any users in other files. > > > > Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> > > If you are going to do this, y

[2.6 patch] make net/core/skbuff.c:skb_release_data() static

2006-06-23 Thread Adrian Bunk
skb_release_data() no longer has any users in other files. Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> --- include/linux/skbuff.h |2 -- net/core/skbuff.c |2 +- 2 files changed, 1 insertion(+), 3 deletions(-) --- linux-2.6.17-mm1-full/include/linux/skbuff.h.old2006-06-23

Re: [2.6 patch] make net/core/skbuff.c:skb_release_data() static

2006-06-23 Thread David Miller
From: Adrian Bunk <[EMAIL PROTECTED]> Date: Fri, 23 Jun 2006 12:56:23 +0200 > skb_release_data() no longer has any users in other files. > > Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> If you are going to do this, you need to remove the reference in arch/x86_64/kernel/functionlist too. Thank