Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 3503
b: refs/heads/master
c: 96c51ce
h: refs/heads/master
i:
  3501: e84a010
  3499: 68ba951
  3495: eb3e9e8
  3487: d2fe865
v: v3
  • Loading branch information
Jens Axboe authored and Linus Torvalds committed Jun 27, 2005
1 parent cf1162a commit d944b3e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 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: 52a5e15f665385ac99607d6b9e0c3dbdf17c5cfa
refs/heads/master: 96c51ce94e8415d2dfb08358bbd50e1589111f33
5 changes: 3 additions & 2 deletions trunk/drivers/block/cfq-iosched.c
Original file line number Diff line number Diff line change
Expand Up @@ -2249,10 +2249,11 @@ static void cfq_put_cfqd(struct cfq_data *cfqd)
if (!atomic_dec_and_test(&cfqd->ref))
return;

cfq_shutdown_timer_wq(cfqd);

blk_put_queue(q);

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

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

0 comments on commit d944b3e

Please sign in to comment.