Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 178910
b: refs/heads/master
c: 6c28705
h: refs/heads/master
v: v3
  • Loading branch information
Frederic Weisbecker committed Jan 7, 2010
1 parent 06f7d91 commit bce7980
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4f3be1b5a98587b86cae05aa5d129dd0b3fff466
refs/heads/master: 6c28705418de012216161b14a2ff1dda3da3d786
2 changes: 2 additions & 0 deletions trunk/fs/reiserfs/xattr_acl.c
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,9 @@ int reiserfs_acl_chmod(struct inode *inode)
return 0;
}

reiserfs_write_unlock(inode->i_sb);
acl = reiserfs_get_acl(inode, ACL_TYPE_ACCESS);
reiserfs_write_lock(inode->i_sb);
if (!acl)
return 0;
if (IS_ERR(acl))
Expand Down

0 comments on commit bce7980

Please sign in to comment.