From: Eric W. Biederman Date: Thu, 19 Apr 2012 13:41:24 +0000 (+0000) Subject: net ipv6: Convert addrconf to use register_net_sysctl X-Git-Tag: v3.5-rc1~109^2~356 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6105e29320f662bf2f2358e2b2ff1bbf599f387f;p=pandora-kernel.git net ipv6: Convert addrconf to use register_net_sysctl Using an ascii path to register_net_sysctl as opposed to the slightly awkward ctl_path allows for much simpler code. We no longer need to malloc dev_name to keep it alive the length of our sysctl register instead we can use a small temporary buffer on the stack. Signed-off-by: Eric W. Biederman Acked-by: Pavel Emelyanov Signed-off-by: David S. Miller --- Reading git-diff-tree failed