|
@@ -178,16 +178,17 @@ static int btrfs_xattr_acl_set(struct dentry *dentry, const char *name,
|
|
acl = posix_acl_from_xattr(value, size);
|
|
acl = posix_acl_from_xattr(value, size);
|
|
ret = btrfs_set_acl(NULL, dentry->d_inode, acl, type);
|
|
ret = btrfs_set_acl(NULL, dentry->d_inode, acl, type);
|