diff options
Diffstat (limited to 'fs/jfs/acl.c')
-rw-r--r-- | fs/jfs/acl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/jfs/acl.c b/fs/jfs/acl.c index d254d6d35995..9c0fca8073da 100644 --- a/fs/jfs/acl.c +++ b/fs/jfs/acl.c | |||
@@ -161,7 +161,7 @@ int jfs_acl_chmod(struct inode *inode) | |||
161 | if (IS_ERR(acl) || !acl) | 161 | if (IS_ERR(acl) || !acl) |
162 | return PTR_ERR(acl); | 162 | return PTR_ERR(acl); |
163 | 163 | ||
164 | rc = posix_acl_chmod(&acl, GFP_KERNEL, inode->i_mode); | 164 | rc = __posix_acl_chmod(&acl, GFP_KERNEL, inode->i_mode); |
165 | if (rc) | 165 | if (rc) |
166 | return rc; | 166 | return rc; |
167 | 167 | ||