From: Pavel Emelyanov Date: Tue, 15 Jul 2008 06:01:40 +0000 (-0700) Subject: inet: toss struct net initialization around X-Git-Tag: v2.6.27-rc1~969^2~123 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fd54d716b1f6a3551ec17a4bb34027727b2db09a;p=pandora-kernel.git inet: toss struct net initialization around Some places, that deal with ICMP statistics already have where to get a struct net from, but use it directly, without declaring a separate variable on the stack. Since I will need this net soon, I declare a struct net on the stack and use it in the existing places in a separate patch not to spoil the future ones. Signed-off-by: Pavel Emelyanov Signed-off-by: David S. Miller --- Reading git-diff-tree failed