Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 365558
b: refs/heads/master
c: cece95d
h: refs/heads/master
v: v3
  • Loading branch information
Wei Yongjun authored and Tejun Heo committed Apr 9, 2013
1 parent 7478a9d commit 38304bd
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: 5c529597e922c26910fe49b8d5f93aeaca9a2415
refs/heads/master: cece95dfe5aa56ba99e51b4746230ff0b8542abd
2 changes: 1 addition & 1 deletion trunk/kernel/workqueue.c
Original file line number Diff line number Diff line change
Expand Up @@ -3750,7 +3750,7 @@ static void free_unbound_pwq(struct pool_workqueue *pwq)

if (pwq) {
put_unbound_pool(pwq->pool);
kfree(pwq);
kmem_cache_free(pwq_cache, pwq);
}
}

Expand Down

0 comments on commit 38304bd

Please sign in to comment.