]> git.baikalelectronics.ru Git - kernel.git/commit
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>
Sun, 9 Mar 2014 03:31:31 +0000 (20:31 -0700)
commitad49057d0c625984c2987aaa629d3e71236a886d
treeab36c3d76a426d4a195e9344b8b323daba04f689
parent7624842ded931a452aaee534f8ac06c781b55957
block: change flush sequence list addition back to front add

Commit 8a19e2a6 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