From: Eric W. Biederman Date: Wed, 12 Sep 2007 09:37:03 +0000 (+0200) Subject: [NET]: Don't implement dev_ifname32 inline X-Git-Tag: v2.6.24-rc1~1454^2~705 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=32da477a5bfe96b6dfc8960e0d22d89ca09fd10a;p=pandora-kernel.git [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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed