aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
diff options
context:
space:
mode:
Diffstat (limited to 'kernel')
-rw-r--r--kernel/cgroup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/cgroup.c b/kernel/cgroup.c
index 51cddc11cd8..a7837e2d9d6 100644
--- a/kernel/cgroup.c
+++ b/kernel/cgroup.c
@@ -912,7 +912,7 @@ static void cgroup_d_remove_dir(struct dentry *dentry)
912 912
913 parent = dentry->d_parent; 913 parent = dentry->d_parent;
914 spin_lock(&parent->d_lock); 914 spin_lock(&parent->d_lock);
915 spin_lock(&dentry->d_lock); 915 spin_lock_nested(&dentry->d_lock, DENTRY_D_LOCK_NESTED);
916 list_del_init(&dentry->d_u.d_child); 916 list_del_init(&dentry->d_u.d_child);
917 spin_unlock(&dentry->d_lock); 917 spin_unlock(&dentry->d_lock);
918 spin_unlock(&parent->d_lock); 918 spin_unlock(&parent->d_lock);