Re: [PATCH] compat_ioctl: fix block device compat ioctl regression

2007-10-27 Thread Jens Axboe
On Sat, Oct 27 2007, Arnd Bergmann wrote: > From: Philip Langdale <[EMAIL PROTECTED]> > The conversion of handlers to compat_blkdev_ioctl accidentally > disabled handling of most ioctl numbers on block devices because > of a typo. Fix the one line to enable it all again. > > Signed-off-by: Arnd Be

[PATCH] compat_ioctl: fix block device compat ioctl regression

2007-10-27 Thread Arnd Bergmann
From: Philip Langdale <[EMAIL PROTECTED]> The conversion of handlers to compat_blkdev_ioctl accidentally disabled handling of most ioctl numbers on block devices because of a typo. Fix the one line to enable it all again. Signed-off-by: Arnd Bergmann <[EMAIL PROTECTED]> --- Mea Culpa. This should