Re: [PATCH] move common compat ioctls to hash

2005-01-26 Thread Michael S. Tsirkin
Quoting r. Andi Kleen <[EMAIL PROTECTED]>: > Subject: Re: [PATCH] move common compat ioctls to hash > > On Mon, Jan 24, 2005 at 10:26:09PM +0200, Michael S. Tsirkin wrote: > > Hi! > > The new ioctl code in fs/compat.c can be streamlined a little > > using the c

Re: [PATCH] move common compat ioctls to hash

2005-01-24 Thread Andi Kleen
On Mon, Jan 24, 2005 at 10:26:09PM +0200, Michael S. Tsirkin wrote: > Hi! > The new ioctl code in fs/compat.c can be streamlined a little > using the compat hash instead of an explicit switch statement. > > The attached patch is against 2.6.11-rc2-bk2. > Andi, could you please comment? Does this m

[PATCH] move common compat ioctls to hash

2005-01-24 Thread Michael S. Tsirkin
Hi! The new ioctl code in fs/compat.c can be streamlined a little using the compat hash instead of an explicit switch statement. The attached patch is against 2.6.11-rc2-bk2. Andi, could you please comment? Does this make sence? Signed-off-by: Michael S. Tsirkin <[EMAIL PROTECTED]> diff -rup lin