Re: [2.6 patch] net/ipv4/netfilter/: small cleanups

2005-11-29 Thread David S. Miller
From: Adrian Bunk <[EMAIL PROTECTED]> Date: Wed, 23 Nov 2005 01:41:08 +0100 > This patch contains the following cleanups: > - make needlessly global code static > - ip_conntrack_core.c: ip_conntrack_flush() -> ip_conntrack_flush(void) > > Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> Applied, t

[2.6 patch] net/ipv4/netfilter/: small cleanups

2005-11-22 Thread Adrian Bunk
This patch contains the following cleanups: - make needlessly global code static - ip_conntrack_core.c: ip_conntrack_flush() -> ip_conntrack_flush(void) Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> --- net/ipv4/netfilter/ip_conntrack_core.c |4 ++-- net/ipv4/netfilter/ip_nat_core.c