[NETNS][IPV6] rt6_info - make rt6_info accessed as a pointer
authorDaniel Lezcano <dlezcano@fr.ibm.com>
Tue, 4 Mar 2008 21:48:10 +0000 (13:48 -0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 4 Mar 2008 21:48:10 +0000 (13:48 -0800)
commitbdb3289f739e94bcae8b51972ae844ec66c2f4df
tree2ffffce475a82a69bbe8092be3d3f260fe83b003
parent5578689a4e3c04f2d43ea39736fd3fa396d80c6e
[NETNS][IPV6] rt6_info - make rt6_info accessed as a pointer

This patch make mindless changes and prepares the code to use dynamic
allocation for rt6_info structure. The code accesses the rt6_info
structure as a pointer instead of a global static variable.

Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
Signed-off-by: Benjamin Thery <benjamin.thery@bull.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/ip6_route.h
net/ipv6/addrconf.c
net/ipv6/fib6_rules.c
net/ipv6/ip6_fib.c
net/ipv6/route.c