cciss: reinstate proper FIFO order of command queue list
authorJens Axboe <jaxboe@fusionio.com>
Mon, 10 Jan 2011 20:50:33 +0000 (21:50 +0100)
committerJens Axboe <jaxboe@fusionio.com>
Mon, 10 Jan 2011 20:50:33 +0000 (21:50 +0100)
Commit 8a3173de inadvertently changed the ordering when
switching to hlists. Change to regular list heads so we
can use tail list adds, this improves performance.

Signed-off-by: Jens Axboe <jaxboe@fusionio.com>

No differences found