diff options
Diffstat (limited to 'fs/xfs')
-rw-r--r-- | fs/xfs/xfs_acl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_acl.c b/fs/xfs/xfs_acl.c index 370eb3e121d1..4eac1058b680 100644 --- a/fs/xfs/xfs_acl.c +++ b/fs/xfs/xfs_acl.c | |||
@@ -334,7 +334,7 @@ xfs_acl_chmod(struct inode *inode) | |||
334 | if (IS_ERR(acl) || !acl) | 334 | if (IS_ERR(acl) || !acl) |
335 | return PTR_ERR(acl); | 335 | return PTR_ERR(acl); |
336 | 336 | ||
337 | error = posix_acl_chmod(&acl, GFP_KERNEL, inode->i_mode); | 337 | error = __posix_acl_chmod(&acl, GFP_KERNEL, inode->i_mode); |
338 | if (error) | 338 | if (error) |
339 | return error; | 339 | return error; |
340 | 340 | ||