diff options
Diffstat (limited to 'net/ipv4/tcp.c')
-rw-r--r-- | net/ipv4/tcp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/tcp.c b/net/ipv4/tcp.c index 18a09a78ca0b..bb9d91a7662f 100644 --- a/net/ipv4/tcp.c +++ b/net/ipv4/tcp.c | |||
@@ -297,7 +297,7 @@ EXPORT_SYMBOL(tcp_sockets_allocated); | |||
297 | * All the sk_stream_mem_schedule() is of this nature: accounting | 297 | * All the sk_stream_mem_schedule() is of this nature: accounting |
298 | * is strict, actions are advisory and have some latency. | 298 | * is strict, actions are advisory and have some latency. |
299 | */ | 299 | */ |
300 | int tcp_memory_pressure; | 300 | int tcp_memory_pressure __read_mostly; |
301 | 301 | ||
302 | EXPORT_SYMBOL(tcp_memory_pressure); | 302 | EXPORT_SYMBOL(tcp_memory_pressure); |
303 | 303 | ||