aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--block/blk-core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/block/blk-core.c b/block/blk-core.c
index c6eaa1f56466..36b1a7559f94 100644
--- a/block/blk-core.c
+++ b/block/blk-core.c
@@ -2665,7 +2665,7 @@ static int plug_rq_cmp(void *priv, struct list_head *a, struct list_head *b)
2665static void queue_unplugged(struct request_queue *q, unsigned int depth) 2665static void queue_unplugged(struct request_queue *q, unsigned int depth)
2666{ 2666{
2667 trace_block_unplug_io(q, depth); 2667 trace_block_unplug_io(q, depth);
2668 __blk_run_queue(q, false); 2668 __blk_run_queue(q, true);
2669 2669
2670 if (q->unplugged_fn) 2670 if (q->unplugged_fn)
2671 q->unplugged_fn(q); 2671 q->unplugged_fn(q);