commit | 32da477a5bfe96b6dfc8960e0d22d89ca09fd10a | [log] [tgz] |
---|---|---|
author | Eric W. Biederman <ebiederm@xmission.com> | Wed Sep 12 11:37:03 2007 +0200 |
committer | David S. Miller <davem@sunset.davemloft.net> | Wed Oct 10 16:49:03 2007 -0700 |
tree | f4a8e5ec43d0a5ba85a66f12cd23c09a2ab689a7 | |
parent | 890d52d3f1e28888c4122e120426588f5ad63d37 [diff] |
[NET]: Don't implement dev_ifname32 inline The current implementation of dev_ifname makes maintenance difficult because updates to the implementation of the ioctl have to made in two places. So this patch updates dev_ifname32 to do a classic 32/64 structure conversion and call sys_ioctl like the rest of the compat calls do. Signed-off-by: Eric W. Biederman <ebiederm@xmission.com> Signed-off-by: David S. Miller <davem@davemloft.net>