]> git.baikalelectronics.ru Git - kernel.git/commit
compat_ioctl: fix block device compat ioctl regression
authorPhilip Langdale <philipl@overt.org>
Sat, 27 Oct 2007 11:34:10 +0000 (13:34 +0200)
committerJens Axboe <jens.axboe@oracle.com>
Mon, 29 Oct 2007 10:33:06 +0000 (11:33 +0100)
commit67c74de2c3a571fd7fd432817f1ab62b3ef564bd
tree4ccce57cafb3622d9f23bcc2c96f60d33a558890
parenta78a289e944c6d304d93bdaa5561a69f10a80038
compat_ioctl: fix block device compat ioctl regression

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 <arnd@arndb.de>
Signed-off-by: Jens Axboe <axboe@carl.home.kernel.dk>
block/compat_ioctl.c