commit | 8a3173de4ab4cdacc43675dc5c077f9a5bf17f5f | [log] [tgz] |
---|---|---|
author | Jens Axboe <jens.axboe@oracle.com> | Thu Nov 20 09:46:09 2008 +0100 |
committer | Jens Axboe <jens.axboe@oracle.com> | Mon Dec 29 08:28:43 2008 +0100 |
tree | e1998a856a09c805c588740c8c83d50dd9663c40 | |
parent | 7c0990c7ee988aa193abbb7da3faeb9279146dbf [diff] |
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>