diff options
Diffstat (limited to 'block/blk-core.c')
-rw-r--r-- | block/blk-core.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/block/blk-core.c b/block/blk-core.c index 77edf0512338..09b262811fff 100644 --- a/block/blk-core.c +++ b/block/blk-core.c | |||
@@ -2674,9 +2674,6 @@ static void queue_unplugged(struct request_queue *q, unsigned int depth, | |||
2674 | { | 2674 | { |
2675 | trace_block_unplug(q, depth, !from_schedule); | 2675 | trace_block_unplug(q, depth, !from_schedule); |
2676 | __blk_run_queue(q, from_schedule); | 2676 | __blk_run_queue(q, from_schedule); |
2677 | |||
2678 | if (q->unplugged_fn) | ||
2679 | q->unplugged_fn(q); | ||
2680 | } | 2677 | } |
2681 | 2678 | ||
2682 | static void flush_plug_callbacks(struct blk_plug *plug) | 2679 | static void flush_plug_callbacks(struct blk_plug *plug) |