[PATCH] Fix scsi_ioctl command direction bits
commit55262c2d165deabb13d312183fecdcfea6fb6051
authorJens Axboe <axboe@suse.de>
Wed, 14 May 2003 04:04:01 +0000 (13 21:04 -0700)
committerJens Axboe <axboe@suse.de>
Wed, 14 May 2003 04:04:01 +0000 (13 21:04 -0700)
treeeeb3b0c2af99d64c8dbc77641037232e30ea8599
parent31ab234bcc1595fbe767c53fb24f42b8d36abe07
[PATCH] Fix scsi_ioctl command direction bits

With the dynamic request allocation, we get the direction bits set for
us. This breaks the scsi_ioctl stuff, since we always pass in WRITE
there. So actually pass in the right direction instead.
drivers/block/scsi_ioctl.c