From cca4ede277b53052a2c3afbcb9789da9ccffa6c4 Mon Sep 17 00:00:00 2001 From: Alexey Dobriyan Date: Fri, 25 Aug 2006 00:38:03 -0700 Subject: [PATCH] --- yaml --- r: 34622 b: refs/heads/master c: 65e3d72654d9a33cdccd5c19777a5515ae9dd37d h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/net/ipv4/tcp_bic.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index eefc20221011..676e39694bcb 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 298969727e7b855d53f3becfa92c055914082ec4 +refs/heads/master: 65e3d72654d9a33cdccd5c19777a5515ae9dd37d diff --git a/trunk/net/ipv4/tcp_bic.c b/trunk/net/ipv4/tcp_bic.c index b0134ab08379..5730333cd0ac 100644 --- a/trunk/net/ipv4/tcp_bic.c +++ b/trunk/net/ipv4/tcp_bic.c @@ -231,7 +231,7 @@ static struct tcp_congestion_ops bictcp = { static int __init bictcp_register(void) { - BUG_ON(sizeof(struct bictcp) > ICSK_CA_PRIV_SIZE); + BUILD_BUG_ON(sizeof(struct bictcp) > ICSK_CA_PRIV_SIZE); return tcp_register_congestion_control(&bictcp); }