]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
blk-mq: don't special case flush inserts for blk-mq-sched
authorJens Axboe <axboe@fb.com>
Fri, 17 Feb 2017 18:38:36 +0000 (11:38 -0700)
committerJens Axboe <axboe@fb.com>
Fri, 17 Feb 2017 19:35:47 +0000 (12:35 -0700)
commit0c2a6fe4dc3e8c24bc67cd5d0a36092834027cf0
tree098511f98d5c70f2bae4e10cac0391d3e5ee56f1
parentc7a571b45055dba740156013fef4a7fdbe3262d9
blk-mq: don't special case flush inserts for blk-mq-sched

The current request insertion machinery works just fine for
directly inserting flushes, so no need to special case
this anymore.

Signed-off-by: Jens Axboe <axboe@fb.com>
Reviewed-by: Omar Sandoval <osandov@fb.com>
block/blk-mq.c