Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 11983
b: refs/heads/master
c: 4fc2074
h: refs/heads/master
i:
  11981: b473a30
  11979: 7a476b3
  11975: 30bc3aa
  11967: 44a80c5
v: v3
  • Loading branch information
Jens Axboe authored and Linus Torvalds committed Oct 31, 2005
1 parent 7cd6497 commit 686e31c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 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: dd05e42fa86e37b14f8169bbad8d334e2e8d4881
refs/heads/master: 4fc207419d95e0e16fdc78e2f48f7c0b3640ffe5
4 changes: 1 addition & 3 deletions trunk/drivers/block/cfq-iosched.c
Original file line number Diff line number Diff line change
Expand Up @@ -2059,10 +2059,8 @@ static void cfq_put_cfqd(struct cfq_data *cfqd)
if (!atomic_dec_and_test(&cfqd->ref))
return;

blk_put_queue(q);

cfq_shutdown_timer_wq(cfqd);
q->elevator->elevator_data = NULL;
blk_put_queue(q);

mempool_destroy(cfqd->crq_pool);
kfree(cfqd->crq_hash);
Expand Down

0 comments on commit 686e31c

Please sign in to comment.