[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20070420.172059.128617283.davem@davemloft.net>
Date: Fri, 20 Apr 2007 17:20:59 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: ak@...e.de
Cc: netdev@...r.kernel.org
Subject: Re: [PATCH] Eliminate some unnecessary gotos in tcp v4 hash
handling
From: Andi Kleen <ak@...e.de>
Date: Thu, 5 Apr 2007 12:48:44 +0200
>
> The compiler eliminates them anyways and this makes the code easier to read
> and shorter.
>
> Signed-off-by: Andi Kleen <ak@...e.de>
Actually I won't apply this patch, ever, -ENOCOMPILE.
Andi, please spare me with these patches if you won't even bother
trying to compile them. It doesn't matter how easy to read the code
is if it doesn't build. :-/
I found this build failure just by reviewing your patch for
correctness, I didn't even need to give it to the compiler to see that
you left the "cur = NULL; goto out;" case in there yet removed the
"out" label.
Don't bother posting the fixed version, I'll ignore it. You just
basically proved how pointless this patch is, and how little you
yourself even care about it.
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists