From: Daniel Lezcano Date: Tue, 4 Mar 2008 21:48:10 +0000 (-0800) Subject: [NETNS][IPV6] rt6_info - make rt6_info accessed as a pointer X-Git-Tag: v2.6.26-rc1~1138^2~490 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bdb3289f739e94bcae8b51972ae844ec66c2f4df;p=pandora-kernel.git [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 Signed-off-by: Benjamin Thery Signed-off-by: David S. Miller --- Reading git-diff-tree failed