Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 359317
b: refs/heads/master
c: c897ff6
h: refs/heads/master
i:
  359315: 83a77ef
v: v3
  • Loading branch information
Tejun Heo authored and Linus Torvalds committed Feb 28, 2013
1 parent d25a4b0 commit b6fde0c
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: 644e1b90ef06611268b48a0a8d14a0ab990ab3f4
refs/heads/master: c897ff68beec97768c31f9de97de93f77ff2d87e
4 changes: 1 addition & 3 deletions trunk/kernel/cgroup.c
Original file line number Diff line number Diff line change
Expand Up @@ -4618,10 +4618,8 @@ void cgroup_unload_subsys(struct cgroup_subsys *ss)
offline_css(ss, dummytop);
ss->active = 0;

if (ss->use_id) {
idr_remove_all(&ss->idr);
if (ss->use_id)
idr_destroy(&ss->idr);
}

/* deassign the subsys_id */
subsys[ss->subsys_id] = NULL;
Expand Down

0 comments on commit b6fde0c

Please sign in to comment.