Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 348950
b: refs/heads/master
c: 103a197
h: refs/heads/master
v: v3
  • Loading branch information
Jerry Snitselaar authored and James Morris committed Jan 21, 2013
1 parent 2d39880 commit 865f09a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a67adb997419fb53540d4a4f79c6471c60bc69b6
refs/heads/master: 103a197c0c4ec936f5a243b5b092e4e49213f569
2 changes: 2 additions & 0 deletions trunk/security/device_cgroup.c
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,9 @@ static void devcgroup_css_free(struct cgroup *cgroup)
struct dev_cgroup *dev_cgroup;

dev_cgroup = cgroup_to_devcgroup(cgroup);
mutex_lock(&devcgroup_mutex);
dev_exception_clean(dev_cgroup);
mutex_unlock(&devcgroup_mutex);
kfree(dev_cgroup);
}

Expand Down

0 comments on commit 865f09a

Please sign in to comment.