Files
linux/drivers
Arnd Bergmann 2daa672b1a scsi/i2o: restore ioctl changes
This restores the changes from "scsi/i2o_block: cleanup ioctl
handling", which accidentally got reverted.

Origignal changelog:
      This fixes the ioctl function of the i2o_block driver, which
      has multiple problems:

      * The BLKI2OSRSTRAT and BLKI2OSWSTRAT commands always return
        -ENOTTY on success, where they should return 0.
      * Support for 32 bit compat is missing
      * The driver should use the .ioctl function and because
        .locked_ioctl is going away.

      The use of the big kernel lock remains for now, but gets
      made explictit in the ioctl function.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Jens Axboe <jaxboe@fusionio.com>
2010-08-07 18:26:29 +02:00
..
2010-07-20 16:25:41 -07:00
2010-07-01 09:39:48 +02:00
2010-08-07 18:26:29 +02:00
2010-07-20 16:25:41 -07:00
2010-07-19 13:17:37 -07:00
2010-04-23 02:08:44 +02:00
2010-08-07 18:26:08 +02:00
2010-06-01 12:04:35 -04:00
2010-07-26 08:05:31 -07:00