|
@@ -231,7 +231,7 @@ static struct tcp_congestion_ops bictcp = {
|
|
|
|
|
|
static int __init bictcp_register(void)
|
|
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);
|
|
return tcp_register_congestion_control(&bictcp);
|
|
}
|
|
}
|
|
|
|
|