Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 178726
b: refs/heads/master
c: 4dd8596
h: refs/heads/master
v: v3
  • Loading branch information
Frederic Weisbecker committed Jan 2, 2010
1 parent 828251c commit 5a8902f
Show file tree
Hide file tree
Showing 2 changed files with 3 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: c674905ca74ad0ae5b048afb1ef68663a0d7e987
refs/heads/master: 4dd859697f836cf62c8de08bd9a9f4b4f4beaa91
3 changes: 2 additions & 1 deletion trunk/fs/reiserfs/xattr.c
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,8 @@ static int xattr_unlink(struct inode *dir, struct dentry *dentry)
BUG_ON(!mutex_is_locked(&dir->i_mutex));
vfs_dq_init(dir);

mutex_lock_nested(&dentry->d_inode->i_mutex, I_MUTEX_CHILD);
reiserfs_mutex_lock_nested_safe(&dentry->d_inode->i_mutex,
I_MUTEX_CHILD, dir->i_sb);
error = dir->i_op->unlink(dir, dentry);
mutex_unlock(&dentry->d_inode->i_mutex);

Expand Down

0 comments on commit 5a8902f

Please sign in to comment.