block: add @force_kblockd to __blk_run_queue()
[linux-flexiantxendom0-natty.git] / block / blk-flush.c
index 54b123d..56adaa8 100644 (file)
@@ -69,7 +69,7 @@ static void blk_flush_complete_seq_end_io(struct request_queue *q,
         * queue.  Kick the queue in those cases.
         */
        if (was_empty && next_rq)
-               __blk_run_queue(q);
+               __blk_run_queue(q, false);
 }
 
 static void pre_flush_end_io(struct request *rq, int error)