commit | 7199d4cdd8485f802df3e1bc131245c69009b9a4 | [log] [tgz] |
---|---|---|
author | Arnd Bergmann <arnd@arndb.de> | Tue Oct 09 13:23:52 2007 +0200 |
committer | Jens Axboe <axboe@carl.home.kernel.dk> | Wed Oct 10 09:26:00 2007 +0200 |
tree | d4a0a46192724a2e5ce25beb80cc5de40dcb6c8a | |
parent | f58c4c0a17e500e767473598b3deafaa1d64051d [diff] |
compat_ioctl: add compat_blkdev_driver_ioctl() Handle those blockdev ioctl calls that are compatible directly from the compat_blkdev_ioctl() function, instead of having to go through the compat_ioctl hash lookup. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Jens Axboe <jens.axboe@oracle.com>