Re: [2.6 patch] net/ipv4/: possible cleanups

2006-04-12 Thread David S. Miller
From: Adrian Bunk <[EMAIL PROTECTED]> Date: Wed, 12 Apr 2006 22:22:25 +0200 > Done. I was eagerly awaiting this after seeing the wan drivers disappear. Thanks Bunk-bot. :-) - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majo

[2.6 patch] net/ipv4/: possible cleanups

2006-04-12 Thread Adrian Bunk
On Thu, Apr 06, 2006 at 01:38:57PM -0700, David S. Miller wrote: > From: Adrian Bunk <[EMAIL PROTECTED]> > Date: Thu, 6 Apr 2006 10:49:09 +0200 > > > On Wed, Apr 05, 2006 at 10:25:43PM -0700, David S. Miller wrote: > > > > - remove the following unused EXPORT_SYMBO's: > > > > - devinet.c: devine

Re: [2.6 patch] net/ipv4/: possible cleanups

2006-04-06 Thread David S. Miller
From: Adrian Bunk <[EMAIL PROTECTED]> Date: Thu, 6 Apr 2006 10:49:09 +0200 > On Wed, Apr 05, 2006 at 10:25:43PM -0700, David S. Miller wrote: > > > - remove the following unused EXPORT_SYMBO's: > > > - devinet.c: devinet_ioctl > > > > Used by wan drivers, can't remove. > > Used only by drivers

Re: [2.6 patch] net/ipv4/: possible cleanups

2006-04-06 Thread Adrian Bunk
On Wed, Apr 05, 2006 at 10:25:43PM -0700, David S. Miller wrote: > From: Adrian Bunk <[EMAIL PROTECTED]> > Date: Tue, 4 Apr 2006 18:37:01 +0200 > > > This patch contains the following possible cleanups: > > - make the following needlessly global function static: > > - arp.c: arp_rcv() > > This

Re: [2.6 patch] net/ipv4/: possible cleanups

2006-04-05 Thread David S. Miller
From: Adrian Bunk <[EMAIL PROTECTED]> Date: Tue, 4 Apr 2006 18:37:01 +0200 > This patch contains the following possible cleanups: > - make the following needlessly global function static: > - arp.c: arp_rcv() This is ok. > - remove the following unused EXPORT_SYMBO's: > - devinet.c: devinet_

[2.6 patch] net/ipv4/: possible cleanups

2006-04-04 Thread Adrian Bunk
This patch contains the following possible cleanups: - make the following needlessly global function static: - arp.c: arp_rcv() - remove the following unused EXPORT_SYMBO's: - devinet.c: devinet_ioctl - fib_frontend.c: ip_rt_ioctl - inet_hashtables.c: inet_bind_bucket_create - inet_hashta

Re: [2.6 patch] net/ipv4/: possible cleanups

2005-07-25 Thread David S. Miller
From: Adrian Bunk <[EMAIL PROTECTED]> Date: Sun, 24 Jul 2005 00:05:30 +0200 > This patch contains the following possible cleanups: > - make needlessly global code static > - #if 0 the following unused global function: > - xfrm4_state.c: xfrm4_state_fini > - remove the following unneeded EXPORT_S

[2.6 patch] net/ipv4/: possible cleanups

2005-07-23 Thread Adrian Bunk
This patch contains the following possible cleanups: - make needlessly global code static - #if 0 the following unused global function: - xfrm4_state.c: xfrm4_state_fini - remove the following unneeded EXPORT_SYMBOL's: - ip_output.c: ip_finish_output - ip_output.c: sysctl_ip_default_ttl - f