block: IBM RamSan 70/80 driver fixes
authorPhilip J Kelleher <pjk1939@linux.vnet.ibm.com>
Mon, 18 Feb 2013 20:35:59 +0000 (21:35 +0100)
committerJens Axboe <axboe@kernel.dk>
Mon, 18 Feb 2013 20:35:59 +0000 (21:35 +0100)
This patch includes the following driver fixes for the
IBM RamSan 70/80 driver:

o Changed the creg_ctrl lock from a mutex to a spinlock.
o Added a count check for ioctl calls.
o Removed unnecessary casting of void pointers.
o Made every function static that needed to be.
o Added comments to explain things more thoroughly.

Signed-off-by: Philip J Kelleher <pjk1939@linux.vnet.ibm.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>

No differences found