diff options
Diffstat (limited to 'fs/btrfs/acl.c')
-rw-r--r-- | fs/btrfs/acl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/btrfs/acl.c b/fs/btrfs/acl.c index 0890c83643e9..1af04ff88986 100644 --- a/fs/btrfs/acl.c +++ b/fs/btrfs/acl.c | |||
@@ -256,7 +256,7 @@ int btrfs_acl_chmod(struct inode *inode) | |||
256 | if (IS_ERR_OR_NULL(acl)) | 256 | if (IS_ERR_OR_NULL(acl)) |
257 | return PTR_ERR(acl); | 257 | return PTR_ERR(acl); |
258 | 258 | ||
259 | ret = posix_acl_chmod(&acl, GFP_KERNEL, inode->i_mode); | 259 | ret = __posix_acl_chmod(&acl, GFP_KERNEL, inode->i_mode); |
260 | if (ret) | 260 | if (ret) |
261 | return ret; | 261 | return ret; |
262 | ret = btrfs_set_acl(NULL, inode, acl, ACL_TYPE_ACCESS); | 262 | ret = btrfs_set_acl(NULL, inode, acl, ACL_TYPE_ACCESS); |