Re: [PATCH] block: move ioctl conversion to compat_blkdev_ioctl

2007-10-05 Thread Arnd Bergmann
On Friday 05 October 2007, Jens Axboe wrote: > As before, this looks pretty good. I'll toss it in the tester and see if > things still work. > Ok, thanks a lot. Arnd <>< - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED

Re: [PATCH] block: move ioctl conversion to compat_blkdev_ioctl

2007-10-05 Thread Jens Axboe
On Fri, Oct 05 2007, Arnd Bergmann wrote: > fs/compat_ioctl.c is still a mess and I'd prefer to get rid of it > over time, by moving everything to the respective drivers. > > A significant portion of our ioctl numbers are common to a number > of block drivers, so should not handle them in each dri