From: Pavel Emelyanov Date: Thu, 17 Jul 2008 03:19:08 +0000 (-0700) Subject: ipv4: prepare net initialization for IP accounting X-Git-Tag: v2.6.27-rc1~969^2~104 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=84a3aa000eacbaf841d745b07ef3a3280899056b;p=pandora-kernel.git ipv4: prepare net initialization for IP accounting Some places, that deal with IP statistics already have where to get a struct net from, but use it directly, without declaring a separate variable on the stack. So, save this net on the stack for future IP_XXX_STATS macros. Signed-off-by: Pavel Emelyanov Signed-off-by: David S. Miller --- Reading git-diff-tree failed