block: change flush sequence list addition back to front add
authorMike Snitzer <msnitzer@redhat.com>
Sun, 9 Mar 2014 03:19:20 +0000 (20:19 -0700)
committerJens Axboe <axboe@fb.com>
Mon, 30 Mar 2015 18:54:43 +0000 (12:54 -0600)
commitaf0c5f237dbee10464dc603bc0fbf0caa8593fa5
tree675d61c22a6da8cc744edf87198b7db94636898b
parentae2b761589155a9bc3b131eb145bdf31288d8c29
block: change flush sequence list addition back to front add

Commit 18741986 inadvertently changed the rq flush insertion
from a head to a tail insertion. Fix that back up.

Signed-off-by: Mike Snitzer <msnitzer@redhat.com>
Signed-off-by: Jens Axboe <axboe@fb.com>
block/blk-flush.c