Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 130393
b: refs/heads/master
c: 839ec54
h: refs/heads/master
i:
  130391: 32d32cd
v: v3
  • Loading branch information
Paul Menage authored and Linus Torvalds committed Jan 30, 2009
1 parent 49a1a55 commit 4c74725
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 804b3c28a4e4fa1c224571bf76edb534b9c4b1ed
refs/heads/master: 839ec5452ebfd5905b9c69b20ceb640903a8ea1a
6 changes: 4 additions & 2 deletions trunk/kernel/cgroup.c
Original file line number Diff line number Diff line change
Expand Up @@ -1115,8 +1115,10 @@ static void cgroup_kill_sb(struct super_block *sb) {
}
write_unlock(&css_set_lock);

list_del(&root->root_list);
root_count--;
if (!list_empty(&root->root_list)) {
list_del(&root->root_list);
root_count--;
}

mutex_unlock(&cgroup_mutex);

Expand Down

0 comments on commit 4c74725

Please sign in to comment.