From 811a122ce630d9f74f091abb5610430e36e487b1 Mon Sep 17 00:00:00 2001 From: Alexey Dobriyan Date: Fri, 25 Aug 2006 00:37:24 -0700 Subject: [PATCH] --- yaml --- r: 34621 b: refs/heads/master c: 298969727e7b855d53f3becfa92c055914082ec4 h: refs/heads/master i: 34619: ed9f6e45a4ae1f3dd47bb8ae57ce6a7a983bd685 v: v3 --- [refs] | 2 +- trunk/net/ipv4/tcp_lp.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 1db086a93598..eefc20221011 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: d4f3e9b735c72823aab597bfa4860d184658a609 +refs/heads/master: 298969727e7b855d53f3becfa92c055914082ec4 diff --git a/trunk/net/ipv4/tcp_lp.c b/trunk/net/ipv4/tcp_lp.c index 649ebaed1df1..308fb7e071c5 100644 --- a/trunk/net/ipv4/tcp_lp.c +++ b/trunk/net/ipv4/tcp_lp.c @@ -327,7 +327,7 @@ static struct tcp_congestion_ops tcp_lp = { static int __init tcp_lp_register(void) { - BUG_ON(sizeof(struct lp) > ICSK_CA_PRIV_SIZE); + BUILD_BUG_ON(sizeof(struct lp) > ICSK_CA_PRIV_SIZE); return tcp_register_congestion_control(&tcp_lp); }