From: Peter Zijlstra Date: Tue, 7 Oct 2008 21:15:00 +0000 (-0700) Subject: ipv6: initialize ip6_route sysctl vars in ip6_route_net_init() X-Git-Tag: v2.6.28-rc1~717^2~125 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b339a47c370ec669f789c5989f54eec1d78574bb;p=pandora-kernel.git ipv6: initialize ip6_route sysctl vars in ip6_route_net_init() This makes that ip6_route_net_init() does all of the route init code. There used to be a race between ip6_route_net_init() and ip6_net_init() and someone relying on the combined result was left out cold. Signed-off-by: Peter Zijlstra Signed-off-by: David S. Miller --- Reading git-diff-tree failed