commit | 4e6734447dbc7a0a85e09616821c0782d9fb1141 | [log] [tgz] |
---|---|---|
author | Pavel Emelyanov <xemul@openvz.org> | Wed Jul 16 20:30:14 2008 -0700 |
committer | David S. Miller <davem@davemloft.net> | Wed Jul 16 20:30:14 2008 -0700 |
tree | 4fa4e7f6a479a172d690fba7f50c0659cb977e2d | |
parent | 1ed834655a0d42ecd80ff051e681e2ea44747b6c [diff] [blame] |
mib: add net to NET_INC_STATS Signed-off-by: Pavel Emelyanov <xemul@openvz.org> Signed-off-by: David S. Miller <davem@davemloft.net>
diff --git a/net/ipv4/tcp.c b/net/ipv4/tcp.c index bc8559a..85f0829 100644 --- a/net/ipv4/tcp.c +++ b/net/ipv4/tcp.c
@@ -319,7 +319,7 @@ void tcp_enter_memory_pressure(struct sock *sk) { if (!tcp_memory_pressure) { - NET_INC_STATS(LINUX_MIB_TCPMEMORYPRESSURES); + NET_INC_STATS(sock_net(sk), LINUX_MIB_TCPMEMORYPRESSURES); tcp_memory_pressure = 1; } }