From: Daniel Lezcano Date: Tue, 4 Mar 2008 21:48:53 +0000 (-0800) Subject: [NETNS][IPV6] route6 - dynamically allocate ip6_dst_ops X-Git-Tag: v2.6.26-rc1~1138^2~488 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9a7ec3a94d8da475fe81810aa55136a81556d445;p=pandora-kernel.git [NETNS][IPV6] route6 - dynamically allocate ip6_dst_ops ip6_dst_ops is dynamically allocated in init and exit functions. That provides the ability to do multiple instanciations of this structure. This will be needed for network namespaces, indeed dst_ops stores data that are required to be per namespace: entries and gc_thresh. Signed-off-by: Benjamin Thery Signed-off-by: Daniel Lezcano Signed-off-by: David S. Miller --- Reading git-diff-tree failed