Re: [PATCH] TCP: removal of unused label

2006-06-05 Thread David Miller
From: Stephen Hemminger <[EMAIL PROTECTED]> Date: Mon, 5 Jun 2006 16:02:40 -0700 > rtattr_failure is used inside __RTA_PUT() macro. It's gross, but there are > those who love it.. Yes, it was clear that this patch wasn't build tested. And GCC usually warns very loudly about truly unused labels.

Re: [PATCH] TCP: removal of unused label

2006-06-05 Thread Stephen Hemminger
On Mon, 5 Jun 2006 21:55:49 +0200 Francois Romieu <[EMAIL PROTECTED]> wrote: > > Signed-off-by: Francois Romieu <[EMAIL PROTECTED]> > > diff --git a/net/ipv4/tcp_compound.c b/net/ipv4/tcp_compound.c > index bc54f7e..a3c36c0 100644 > --- a/net/ipv4/tcp_compound.c > +++ b/net/ipv4/tcp_compound.c >

[PATCH] TCP: removal of unused label

2006-06-05 Thread Francois Romieu
Signed-off-by: Francois Romieu <[EMAIL PROTECTED]> diff --git a/net/ipv4/tcp_compound.c b/net/ipv4/tcp_compound.c index bc54f7e..a3c36c0 100644 --- a/net/ipv4/tcp_compound.c +++ b/net/ipv4/tcp_compound.c @@ -401,6 +401,7 @@ static void tcp_compound_cong_avoid(stru static void tcp_compound_get_in