Re: [PATCH 02/16] net: Don't implement dev_ifname32 inline

2007-09-12 Thread David Miller
From: [EMAIL PROTECTED] (Eric W. Biederman) Date: Sat, 08 Sep 2007 15:13:04 -0600 > > 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 >

[PATCH 02/16] net: Don't implement dev_ifname32 inline

2007-09-08 Thread Eric W. Biederman
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