commit | 33013a881104304fcffe817f17f22a1588908037 | [log] [tgz] |
---|---|---|
author | Philip Langdale <philipl@overt.org> | Sat Oct 27 13:34:10 2007 +0200 |
committer | Jens Axboe <jens.axboe@oracle.com> | Mon Oct 29 11:33:06 2007 +0100 |
tree | 4ccce57cafb3622d9f23bcc2c96f60d33a558890 | |
parent | 6eca9004dfcb274a502438a591df5b197690afb1 [diff] |
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>