Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 96248
b: refs/heads/master
c: 02539d7
h: refs/heads/master
v: v3
  • Loading branch information
Christoph Hellwig authored and Jeremy Kerr committed May 8, 2008
1 parent c4efd29 commit cac06be
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: 7a28a1549f9514f3b0dd3dde5c7337ba5d44fba3
refs/heads/master: 02539d71fa98d5737bb668b02286c76241e4bac9
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/platforms/cell/spufs/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ static int spufs_dir_close(struct inode *inode, struct file *file)
parent = dir->d_parent->d_inode;
ctx = SPUFS_I(dir->d_inode)->i_ctx;

mutex_lock(&parent->i_mutex);
mutex_lock_nested(&parent->i_mutex, I_MUTEX_PARENT);
ret = spufs_rmdir(parent, dir);
mutex_unlock(&parent->i_mutex);
WARN_ON(ret);
Expand Down

0 comments on commit cac06be

Please sign in to comment.