Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 231038
b: refs/heads/master
c: 3ec762a
h: refs/heads/master
v: v3
  • Loading branch information
Li Zefan authored and Nick Piggin committed Jan 14, 2011
1 parent f33de99 commit d57e797
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 7b9337aaf98f9941d0927a75217d3ff31afec609
refs/heads/master: 3ec762ad8be364c2fadfe0d6b2cc6d4d3b5e1b54
2 changes: 1 addition & 1 deletion trunk/kernel/cgroup.c
Original file line number Diff line number Diff line change
Expand Up @@ -912,7 +912,7 @@ static void cgroup_d_remove_dir(struct dentry *dentry)

parent = dentry->d_parent;
spin_lock(&parent->d_lock);
spin_lock(&dentry->d_lock);
spin_lock_nested(&dentry->d_lock, DENTRY_D_LOCK_NESTED);
list_del_init(&dentry->d_u.d_child);
spin_unlock(&dentry->d_lock);
spin_unlock(&parent->d_lock);
Expand Down

0 comments on commit d57e797

Please sign in to comment.