diff options
Diffstat (limited to 'fs/gfs2/acl.c')
-rw-r--r-- | fs/gfs2/acl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/gfs2/acl.c b/fs/gfs2/acl.c index f69ac0af5496..3e200c7ca7ad 100644 --- a/fs/gfs2/acl.c +++ b/fs/gfs2/acl.c | |||
@@ -162,7 +162,7 @@ int gfs2_acl_chmod(struct gfs2_inode *ip, struct iattr *attr) | |||
162 | if (!acl) | 162 | if (!acl) |
163 | return gfs2_setattr_simple(inode, attr); | 163 | return gfs2_setattr_simple(inode, attr); |
164 | 164 | ||
165 | error = posix_acl_chmod(&acl, GFP_NOFS, attr->ia_mode); | 165 | error = __posix_acl_chmod(&acl, GFP_NOFS, attr->ia_mode); |
166 | if (error) | 166 | if (error) |
167 | return error; | 167 | return error; |
168 | 168 | ||