cciss: switch to using hlist for command list management
authorJens Axboe <jens.axboe@oracle.com>
Thu, 20 Nov 2008 08:46:09 +0000 (09:46 +0100)
committerJens Axboe <jens.axboe@oracle.com>
Mon, 29 Dec 2008 07:28:43 +0000 (08:28 +0100)
commit8a3173de4ab4cdacc43675dc5c077f9a5bf17f5f
treee1998a856a09c805c588740c8c83d50dd9663c40
parent7c0990c7ee988aa193abbb7da3faeb9279146dbf
cciss: switch to using hlist for command list management

This both cleans up the code and also helps detect the spurious case
of a command attempted being removed from a queue it doesn't belong
to.

Acked-by: Mike Miller <mike.miller@hp.com>
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
drivers/block/cciss.c
drivers/block/cciss.h
drivers/block/cciss_cmd.h