Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 251136
b: refs/heads/master
c: addd0a0
h: refs/heads/master
v: v3
  • Loading branch information
Tao Ma authored and Jens Axboe committed May 5, 2011
1 parent c235490 commit 75ab63a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d4dc210f69bcb0b4bef5a83b1c323817be89bad1
refs/heads/master: addd0a09fc06179f2e02b4221775d9ab265c9fc7
2 changes: 1 addition & 1 deletion trunk/block/blk-exec.c
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ void blk_execute_rq_nowait(struct request_queue *q, struct gendisk *bd_disk,
spin_lock_irq(q->queue_lock);
__elv_add_request(q, rq, where);
__blk_run_queue(q);
/* the queue is stopped so it won't be plugged+unplugged */
/* the queue is stopped so it won't be run */
if (rq->cmd_type == REQ_TYPE_PM_RESUME)
q->request_fn(q);
spin_unlock_irq(q->queue_lock);
Expand Down

0 comments on commit 75ab63a

Please sign in to comment.