X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=net%2Fipv4%2Ftcp_veno.c;h=ac43cd747bcebdd83ce98fb26c3f7b1496ea3c69;hb=1b7fe59322bef9e7a2c05b64a07a66b875299736;hp=38bc0b52d745b3a4fc9c7bc1eddcb3ff901a9a31;hpb=37542b6a7e73e81f8c066a48e6911e476ee3b22f;p=karo-tx-linux.git diff --git a/net/ipv4/tcp_veno.c b/net/ipv4/tcp_veno.c index 38bc0b52d745..ac43cd747bce 100644 --- a/net/ipv4/tcp_veno.c +++ b/net/ipv4/tcp_veno.c @@ -201,7 +201,7 @@ static u32 tcp_veno_ssthresh(struct sock *sk) return max(tp->snd_cwnd >> 1U, 2U); } -static struct tcp_congestion_ops tcp_veno = { +static struct tcp_congestion_ops tcp_veno __read_mostly = { .flags = TCP_CONG_RTT_STAMP, .init = tcp_veno_init, .ssthresh = tcp_veno_ssthresh,