aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/cgroup.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/cgroup.c')
-rw-r--r--kernel/cgroup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/cgroup.c b/kernel/cgroup.c
index cd83d9933b6b..f5281aadbcab 100644
--- a/kernel/cgroup.c
+++ b/kernel/cgroup.c
@@ -1155,8 +1155,8 @@ static int cgroup_get_sb(struct file_system_type *fs_type,
1155 BUG_ON(root->number_of_cgroups != 1); 1155 BUG_ON(root->number_of_cgroups != 1);
1156 1156
1157 cgroup_populate_dir(root_cgrp); 1157 cgroup_populate_dir(root_cgrp);
1158 mutex_unlock(&inode->i_mutex);
1159 mutex_unlock(&cgroup_mutex); 1158 mutex_unlock(&cgroup_mutex);
1159 mutex_unlock(&inode->i_mutex);
1160 } 1160 }
1161 1161
1162 simple_set_mnt(mnt, sb); 1162 simple_set_mnt(mnt, sb);