]> git.baikalelectronics.ru Git - kernel.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)
commitb1cf286e89d4840966bbc557480bd5c7f62d23f3
tree1cb8d45e69a1dadbf0dc0e8bb1b944a4ab86629c
parentb00a811ad05e43e7f64104a13dd70f5f6d6c9721
cciss: reinstate proper FIFO order of command queue list

Commit dfb0edd4 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