Home
last modified time | relevance | path

Searched hist:"6105 e29320f662bf2f2358e2b2ff1bbf599f387f" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/net/ipv6/
H A Daddrconf.cdiff 6105e29320f662bf2f2358e2b2ff1bbf599f387f Thu Apr 19 08:41:24 CDT 2012 Eric W. Biederman <ebiederm@xmission.com> 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>