diff options
Diffstat (limited to 'block/blk-exec.c')
-rw-r--r-- | block/blk-exec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/block/blk-exec.c b/block/blk-exec.c index 4aec98df7ba..1320e74d79b 100644 --- a/block/blk-exec.c +++ b/block/blk-exec.c | |||
@@ -72,7 +72,7 @@ void blk_execute_rq_nowait(struct request_queue *q, struct gendisk *bd_disk, | |||
72 | __blk_run_queue(q); | 72 | __blk_run_queue(q); |
73 | /* the queue is stopped so it won't be run */ | 73 | /* the queue is stopped so it won't be run */ |
74 | if (rq->cmd_type == REQ_TYPE_PM_RESUME) | 74 | if (rq->cmd_type == REQ_TYPE_PM_RESUME) |
75 | q->request_fn(q); | 75 | __blk_run_queue_uncond(q); |
76 | spin_unlock_irq(q->queue_lock); | 76 | spin_unlock_irq(q->queue_lock); |
77 | } | 77 | } |
78 | EXPORT_SYMBOL_GPL(blk_execute_rq_nowait); | 78 | EXPORT_SYMBOL_GPL(blk_execute_rq_nowait); |