Re: [2.6 patch] make tcp_match_skb_to_sack() static

2007-10-26 Thread David Miller
From: "Ilpo_Järvinen" <[EMAIL PROTECTED]> Date: Thu, 25 Oct 2007 00:39:23 +0300 (EEST) > On Wed, 24 Oct 2007, Adrian Bunk wrote: > > > tcp_match_skb_to_sack() can become static. > > > > Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> > > > [...snip...] > > Thanks, I should have noticed that righ

Re: [2.6 patch] make tcp_match_skb_to_sack() static

2007-10-24 Thread Ilpo Järvinen
On Wed, 24 Oct 2007, Adrian Bunk wrote: > tcp_match_skb_to_sack() can become static. > > Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> > [...snip...] Thanks, I should have noticed that right from the beginning... Added DaveM to recipients. -- i. - To unsubscribe from this list: send the lin

[2.6 patch] make tcp_match_skb_to_sack() static

2007-10-24 Thread Adrian Bunk
tcp_match_skb_to_sack() can become static. Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> --- b734b439219a6251b7deb65dad2307f9c891f680 diff --git a/net/ipv4/tcp_input.c b/net/ipv4/tcp_input.c index 9288220..603400d 100644 --- a/net/ipv4/tcp_input.c +++ b/net/ipv4/tcp_input.c @@ -1204,8 +1204,8 @