tcp: add net to tcp_mib_init
authorPavel Emelyanov <xemul@openvz.org>
Thu, 17 Jul 2008 03:21:42 +0000 (20:21 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 17 Jul 2008 03:21:42 +0000 (20:21 -0700)
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>

No differences found