commit | b339a47c370ec669f789c5989f54eec1d78574bb | [log] [tgz] |
---|---|---|
author | Peter Zijlstra <a.p.zijlstra@chello.nl> | Tue Oct 07 14:15:00 2008 -0700 |
committer | David S. Miller <davem@davemloft.net> | Tue Oct 07 14:15:00 2008 -0700 |
tree | a6da652fe9c0a78780b6d7cdf3cf283cc5b23191 | |
parent | 68fffc679694d5f7c02fdeb684b481416cd8213b [diff] |
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 <a.p.zijlstra@chello.nl> Signed-off-by: David S. Miller <davem@davemloft.net>