]> Pileus Git - ~andy/linux/blobdiff - block/blk-flush.c
blk-flush: move the queue kick into
[~andy/linux] / block / blk-flush.c
index 89ae3b9bf7ca7515eec7b36d5c71ba6501a26a53..720ad607ff91c31de69a888001399132f5eaad01 100644 (file)
@@ -330,7 +330,6 @@ void blk_insert_flush(struct request *rq)
        if ((policy & REQ_FSEQ_DATA) &&
            !(policy & (REQ_FSEQ_PREFLUSH | REQ_FSEQ_POSTFLUSH))) {
                list_add_tail(&rq->queuelist, &q->queue_head);
-               blk_run_queue_async(q);
                return;
        }