]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit6184a27624da949a5ae12384b19e495f50839aef
tree46fe9518a681943b0daccf39267d588ff03717f5
parent1ec5861b5a7759b08eaf5260ced83d692acedbe1
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