Re: [PATCH] tcp_bic: use BUILD_BUG_ON

2006-08-25 Thread Stephen Hemminger
Please fix the other variants as well htcp, cubic, veno, vegas, ... Just one patch is necessary with all the files. -- Stephen Hemminger <[EMAIL PROTECTED]> All non-trivial abstractions, to some degree, are leaky. - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of

Re: [PATCH] tcp_bic: use BUILD_BUG_ON

2006-08-25 Thread David Miller
From: Alexey Dobriyan <[EMAIL PROTECTED]> Date: Fri, 25 Aug 2006 05:08:02 +0400 > Signed-off-by: Alexey Dobriyan <[EMAIL PROTECTED]> Applied. - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kerne

[PATCH] tcp_bic: use BUILD_BUG_ON

2006-08-24 Thread Alexey Dobriyan
Signed-off-by: Alexey Dobriyan <[EMAIL PROTECTED]> --- net/ipv4/tcp_bic.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/net/ipv4/tcp_bic.c +++ b/net/ipv4/tcp_bic.c @@ -231,7 +231,7 @@ static struct tcp_congestion_ops bictcp static int __init bictcp_register(void) { -