X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=net%2Fipv4%2Ftcp_westwood.c;h=1b91bf48e277bcc982e8e34e4eca3d67db26f16f;hb=4b0e976c663e808822adf51274f948e8a4986f06;hp=a534dda5456e4bbf0a4dfca5b0731dc660985ec8;hpb=18cb657ca1bafe635f368346a1676fb04c512edf;p=karo-tx-linux.git diff --git a/net/ipv4/tcp_westwood.c b/net/ipv4/tcp_westwood.c index a534dda5456e..1b91bf48e277 100644 --- a/net/ipv4/tcp_westwood.c +++ b/net/ipv4/tcp_westwood.c @@ -272,7 +272,7 @@ static void tcp_westwood_info(struct sock *sk, u32 ext, } -static struct tcp_congestion_ops tcp_westwood = { +static struct tcp_congestion_ops tcp_westwood __read_mostly = { .init = tcp_westwood_init, .ssthresh = tcp_reno_ssthresh, .cong_avoid = tcp_reno_cong_avoid,