From: Pavel Emelyanov Date: Fri, 11 Jan 2008 01:41:21 +0000 (-0800) Subject: [NETNS]: Clean out the ipv6-related sysctls creation/destruction X-Git-Tag: v2.6.25-rc1~1162^2~794 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=408c4768cd0843f43a13a442c76215dd9cadf23d;p=pandora-kernel.git [NETNS]: Clean out the ipv6-related sysctls creation/destruction The addrconf sysctls and neigh sysctls are registered and unregistered always in pairs, so they can be joined into one (well, two) functions, that accept the struct inet6_dev and do all the job. This also get rids of unneeded ifdefs inside the code. Signed-off-by: Pavel Emelyanov Signed-off-by: David S. Miller --- Reading git-diff-tree failed