Re: [PATCH 01/25] compat: Remove leftovers from register_ioctl32_conversion

From: Al Viro
Date: Sat Nov 05 2005 - 11:44:36 EST


On Sat, Nov 05, 2005 at 05:26:51PM +0100, Arnd Bergmann wrote:
> We don't need the semaphore any more since we no longer
> write to the ioctl32 hash table while the kernel is running.

Could we *please* get rid of this ridiculous return type of compat_ioctl?

->ioctl() returns 32bit value. Everywhere. On 32 and 64 bit platforms.
Having ->compat_ioctl() return value twice wider than not just emulated
->ioctl(), but native one as well...

Let's kill that stupidity before adding fsckloads of new instances.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/