]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitdfb0edd4d055d525bc1e8bd9d71d0ec67db18847
treee1998a856a09c805c588740c8c83d50dd9663c40
parentcd5ab7e3c5ba4888b64f9fb4bb32b607c2823f36
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