summaryrefslogtreecommitdiff
path: root/net/ipv4/tcp_veno.c
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2011-03-11 12:41:09 +1100
committerStephen Rothwell <sfr@canb.auug.org.au>2011-03-11 12:41:09 +1100
commit5cdb6688c5db7f92821db5ef2ca3c0c0ff52c23b (patch)
treeecbf35920ddeb05781f3b58f26dbfa5407a8a314 /net/ipv4/tcp_veno.c
parent2e90d1edd450555b4daa96bca69f61be336baf1e (diff)
parent33175d84ee3fa29991adb80513683e010769e807 (diff)
Merge remote-tracking branch 'net/master'
Conflicts: drivers/net/Kconfig lib/Makefile
Diffstat (limited to 'net/ipv4/tcp_veno.c')
-rw-r--r--net/ipv4/tcp_veno.c2
1 files changed, 1 insertions, 1 deletions
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,