block: make the flush insertion use the tail of the dispatch list
authorJens Axboe <jaxboe@fusionio.com>
Wed, 30 Mar 2011 11:27:09 +0000 (13:27 +0200)
committerJens Axboe <jaxboe@fusionio.com>
Tue, 5 Apr 2011 21:51:37 +0000 (23:51 +0200)
commit53d63e6b0dfb95882ec0219ba6bbd50cde423794
tree46fe9518a681943b0daccf39267d588ff03717f5
parentb710a480554f2be682bac3cb59b0e085ba3d644b
block: make the flush insertion use the tail of the dispatch list

It's not a preempt type request, in fact we have to insert it
behind requests that do specify INSERT_FRONT.

Signed-off-by: Jens Axboe <jaxboe@fusionio.com>
block/blk-flush.c