Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 200365
b: refs/heads/master
c: 834e747
h: refs/heads/master
i:
  200363: 1ecc5fa
v: v3
  • Loading branch information
Dan Carpenter authored and Chris Mason committed Jun 11, 2010
1 parent b14c2ed commit aa6061b
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: 15e7000095e6fc9ad07e476a100c900c72c14225
refs/heads/master: 834e74759a473f8101a273e843d1edec2778801d
2 changes: 2 additions & 0 deletions trunk/fs/btrfs/acl.c
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ static struct posix_acl *btrfs_get_acl(struct inode *inode, int type)
size = __btrfs_getxattr(inode, name, value, size);
if (size > 0) {
acl = posix_acl_from_xattr(value, size);
if (IS_ERR(acl))
return acl;
set_cached_acl(inode, type, acl);
}
kfree(value);
Expand Down

0 comments on commit aa6061b

Please sign in to comment.