Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 309877
b: refs/heads/master
c: 30f8fe3
h: refs/heads/master
i:
  309875: f44f177
v: v3
  • Loading branch information
Josef Bacik committed May 30, 2012
1 parent eb8f2c2 commit 38b7419
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 0c4d2d95d06e920e0c61707e62c7fffc9c57f63a
refs/heads/master: 30f8fe3e47c5bb5715aa80b2a2fa0cab8b218fae
4 changes: 4 additions & 0 deletions trunk/fs/btrfs/acl.c
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,11 @@ int btrfs_init_acl(struct btrfs_trans_handle *trans,
if (ret > 0) {
/* we need an acl */
ret = btrfs_set_acl(trans, inode, acl, ACL_TYPE_ACCESS);
} else {
cache_no_acl(inode);
}
} else {
cache_no_acl(inode);
}
failed:
posix_acl_release(acl);
Expand Down

0 comments on commit 38b7419

Please sign in to comment.