Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 129
b: refs/heads/master
c: a299738
h: refs/heads/master
i:
  127: 638136b
v: v3
  • Loading branch information
Ken Chen authored and Linus Torvalds committed Apr 16, 2005
1 parent 041a265 commit 173fff5
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 975e046cc06005bafe0c5ce81d55a1b1eb84f5a1
refs/heads/master: a299738283a654544c75167d190d9e87b77e5fb7
3 changes: 2 additions & 1 deletion trunk/drivers/block/ll_rw_blk.c
Original file line number Diff line number Diff line change
Expand Up @@ -1589,7 +1589,8 @@ void blk_run_queue(struct request_queue *q)

spin_lock_irqsave(q->queue_lock, flags);
blk_remove_plug(q);
q->request_fn(q);
if (!elv_queue_empty(q))
q->request_fn(q);
spin_unlock_irqrestore(q->queue_lock, flags);
}
EXPORT_SYMBOL(blk_run_queue);
Expand Down

0 comments on commit 173fff5

Please sign in to comment.