From: Pavel Emelyanov Date: Tue, 17 Jun 2008 00:12:11 +0000 (-0700) Subject: udp: provide a struct net pointer for __udp[46]_lib_mcast_deliver X-Git-Tag: v2.6.27-rc1~969^2~322 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e31634931d00081c75e3fb3f3ec51a50dbf108bb;p=pandora-kernel.git udp: provide a struct net pointer for __udp[46]_lib_mcast_deliver They both calculate the hash chain, but currently do not have a struct net pointer, so pass one there via additional argument, all the more so their callers already have such. Signed-off-by: Pavel Emelyanov Signed-off-by: David S. Miller --- Reading git-diff-tree failed