Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 350328
b: refs/heads/master
c: 86a3db5
h: refs/heads/master
v: v3
  • Loading branch information
Li Zefan authored and Tejun Heo committed Jan 24, 2013
1 parent 95100e7 commit 9a12757
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: 2a73991b76cbd38c4a0c6704449ccc08c89c3ff3
refs/heads/master: 86a3db5643c7d29bb36ca85c7a4bb67ad4d88d77
2 changes: 1 addition & 1 deletion trunk/kernel/cgroup.c
Original file line number Diff line number Diff line change
Expand Up @@ -892,7 +892,7 @@ static void cgroup_diput(struct dentry *dentry, struct inode *inode)
simple_xattrs_free(&cgrp->xattrs);

ida_simple_remove(&cgrp->root->cgroup_ida, cgrp->id);
kfree_rcu(cgrp, rcu_head);
kfree(cgrp);
} else {
struct cfent *cfe = __d_cfe(dentry);
struct cgroup *cgrp = dentry->d_parent->d_fsdata;
Expand Down

0 comments on commit 9a12757

Please sign in to comment.