Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 242351
b: refs/heads/master
c: ad3d9d7
h: refs/heads/master
i:
  242349: b68fbf5
  242347: 4db3320
  242343: bb711d0
  242335: 8830b6d
v: v3
  • Loading branch information
Jens Axboe committed Mar 25, 2011
1 parent 4897e0a commit 8c06d9c
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: 401a18e92ce32cd0ddfa5738899ca2b8114f2bbf
refs/heads/master: ad3d9d7ede04a9c71be7a9fe1a23961817f371f7
2 changes: 1 addition & 1 deletion trunk/block/blk-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ EXPORT_SYMBOL(blk_start_queue);
**/
void blk_stop_queue(struct request_queue *q)
{
cancel_delayed_work(&q->delay_work);
__cancel_delayed_work(&q->delay_work);
queue_flag_set(QUEUE_FLAG_STOPPED, q);
}
EXPORT_SYMBOL(blk_stop_queue);
Expand Down

0 comments on commit 8c06d9c

Please sign in to comment.