• Jens Axboe's avatar
    [PATCH] Fix scsi_ioctl command direction bits · 55262c2d
    Jens Axboe authored
    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.
    55262c2d
scsi_ioctl.c 10.5 KB