commit | 5c52ba170f8167511bdb65b981f4582100c40675 | [log] [tgz] |
---|---|---|
author | Pavel Emelyanov <xemul@openvz.org> | Wed Jul 16 20:28:10 2008 -0700 |
committer | David S. Miller <davem@davemloft.net> | Wed Jul 16 20:28:10 2008 -0700 |
tree | 1dab120003eb696dfb4ca18c40861274a317739d | |
parent | cf1100a7a4f2573f50f9a923b53373977328e3c8 [diff] |
sock: add net to prot->enter_memory_pressure callback The tcp_enter_memory_pressure calls NET_INC_STATS, but doesn't have where to get the net from. I decided to add a sk argument, not the net itself, only to factor all the required sock_net(sk) calls inside the enter_memory_pressure callback itself. Signed-off-by: Pavel Emelyanov <xemul@openvz.org> Signed-off-by: David S. Miller <davem@davemloft.net>