[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: [PATCH 10/25] fs: move ext2 ioctl32 handlers into file systems
- From: Christoph Hellwig <hch lst de>
- To: Arnd Bergmann <arnd arndb de>
- Cc: sfrench samba org, nathans sgi com, zippel linux-m68k org, ext2-devel lists sourceforge net, samba-technical lists samba org, linux-kernel vger kernel org, linux-xfs oss sgi com, xfs-masters oss sgi com, ext3-users redhat com, reiserfs-dev namesys com, Christoph Hellwig <hch lst de>
- Subject: Re: [PATCH 10/25] fs: move ext2 ioctl32 handlers into file systems
- Date: Sun, 6 Nov 2005 05:39:42 +0100
On Sat, Nov 05, 2005 at 05:27:00PM +0100, Arnd Bergmann wrote:
> The same ioctls (originally from ext2) are used on ext2, ext3,
> hfsplus, cifs, reiserfs and xfs. Since they are really compatible
> between 32 and 64 bit except for the ioctl number, the conversion
> handler is trivial and I copy it to each of these file systems
> in order to eventually get rid of fs/compat_ioctl.c completely.
NACK, this is completely idiotic. Duplicating handlers is the very
last thing we want. I actually have patches to move handling some
of those ioctls into generic code, but that's a different story.
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]