]> Git Repo - linux.git/blobdiff - fs/ext3/acl.c
fs: make posix_acl_chmod more useful
[linux.git] / fs / ext3 / acl.c
index dbb5ad59a7fc3c22380ce30b9034f8942bec967b..6691a6c6b2111facc974bc46814b2c0f769e4854 100644 (file)
@@ -314,7 +314,7 @@ ext3_acl_chmod(struct inode *inode)
        acl = ext3_get_acl(inode, ACL_TYPE_ACCESS);
        if (IS_ERR(acl) || !acl)
                return PTR_ERR(acl);
-       error = posix_acl_chmod(&acl, GFP_KERNEL, inode->i_mode);
+       error = __posix_acl_chmod(&acl, GFP_KERNEL, inode->i_mode);
        if (error)
                return error;
 retry:
This page took 0.030165 seconds and 4 git commands to generate.