commit | a9c19329eccdb145a08a4a2e969d7b40c54c9bcc | [log] [tgz] |
---|---|---|
author | Pavel Emelyanov <xemul@openvz.org> | Wed Jul 16 20:21:42 2008 -0700 |
committer | David S. Miller <davem@davemloft.net> | Wed Jul 16 20:21:42 2008 -0700 |
tree | 3cee2cdcdb0270fcd5e7765cdb4e8b5882afecb0 | |
parent | f10f84314d5adc0ba6ca2a0877442de63e226130 [diff] |
tcp: add net to tcp_mib_init This one sets TCP MIBs after zeroing them, and thus requires the net. The existing single caller can use init_net (temporarily). Signed-off-by: Pavel Emelyanov <xemul@openvz.org> Signed-off-by: David S. Miller <davem@davemloft.net>