From: Pavel Emelyanov Date: Sun, 6 Jul 2008 04:18:48 +0000 (-0700) Subject: MIB: add struct net to UDP_INC_STATS_BH X-Git-Tag: v2.6.27-rc1~969^2~233 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0283328e2360bbf3081e97f1b720dd4c4dbae111;p=pandora-kernel.git 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 Acked-by: Denis V. Lunev Signed-off-by: David S. Miller --- Reading git-diff-tree failed