commit | 8607ddb86711df4504a028cc88299d334b786bf3 | [log] [tgz] |
---|---|---|
author | Eric W. Biederman <ebiederm@xmission.com> | Thu Apr 19 13:42:09 2012 +0000 |
committer | David S. Miller <davem@davemloft.net> | Fri Apr 20 21:22:30 2012 -0400 |
tree | fd00eeef53049f1ae1928ba9b06253ab343b3c77 | |
parent | 6105e29320f662bf2f2358e2b2ff1bbf599f387f [diff] |
net ipv4: Convert devinet 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>