]> git.karo-electronics.de Git - mv-sheeva.git/commit
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)
commite6e1ee936d61d697735d17517678a626b7701ce4
tree1cb8d45e69a1dadbf0dc0e8bb1b944a4ab86629c
parent2b51dca79a105dea022776ea7874193239df7fbd
cciss: reinstate proper FIFO order of command queue list

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>
drivers/block/cciss.c
drivers/block/cciss.h
drivers/block/cciss_cmd.h