From: stephen hemminger Date: Tue, 6 Aug 2013 05:51:37 +0000 (-0700) Subject: ip_tunnel: embed hash list head X-Git-Tag: v3.12-rc1~132^2~335 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6261d983f226f0a6a8d4d32b57a032bc23a5ebb6;p=pandora-kernel.git ip_tunnel: embed hash list head The IP tunnel hash heads can be embedded in the per-net structure since it is a fixed size. Reduce the size so that the total structure fits in a page size. The original size was overly large, even NETDEV_HASHBITS is only 8 bits! Also, add some white space for readability. Signed-off-by: Stephen Hemminger Acked-by: Pravin B Shelar . Signed-off-by: David S. Miller --- Reading git-diff-tree failed