commit | 6105e29320f662bf2f2358e2b2ff1bbf599f387f | [log] [tgz] |
---|---|---|
author | Eric W. Biederman <ebiederm@xmission.com> | Thu Apr 19 13:41:24 2012 +0000 |
committer | David S. Miller <davem@davemloft.net> | Fri Apr 20 21:22:29 2012 -0400 |
tree | 20006457ae627974d428443f68687fb435e22b42 | |
parent | 9bdcc88fa03a09c1f0478c0d7443d0aba7872210 [diff] |
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 <ebiederm@xmission.com> Acked-by: Pavel Emelyanov <xemul@parallels.com> Signed-off-by: David S. Miller <davem@davemloft.net>