]> git.baikalelectronics.ru Git - kernel.git/commit
MIB: add struct net to UDP_INC_STATS_BH
authorPavel Emelyanov <xemul@openvz.org>
Sun, 6 Jul 2008 04:18:48 +0000 (21:18 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sun, 6 Jul 2008 04:18:48 +0000 (21:18 -0700)
commit290825487a43ccda95eb7aaf3b212724d6c61943
treed0734e59c0900b3389ddcf469950715e60f537b4
parentca41a428d21c0b4c42a2490a8fc63e256660940f
MIB: add struct net to UDP_INC_STATS_BH

Two special cases here - one is rxrpc - I put init_net there
explicitly, since we haven't touched this part yet. The second
place is in __udp4_lib_rcv - we already have a struct net there,
but I have to move its initialization above to make it ready
at the "drop" label.

Signed-off-by: Pavel Emelyanov <xemul@openvz.org>
Acked-by: Denis V. Lunev <den@openvz.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/udp.h
net/ipv4/udp.c
net/rxrpc/ar-input.c