fs: make posix_acl_create more useful
[platform/adaptation/renesas_rcar/renesas_kernel.git] / fs / jfs / acl.c
index 9c0fca8..28d529a 100644 (file)
@@ -132,7 +132,7 @@ int jfs_init_acl(tid_t tid, struct inode *inode, struct inode *dir)
                        if (rc)
                                goto cleanup;
                }
-               rc = posix_acl_create(&acl, GFP_KERNEL, &inode->i_mode);
+               rc = __posix_acl_create(&acl, GFP_KERNEL, &inode->i_mode);
                if (rc < 0)
                        goto cleanup; /* posix_acl_release(NULL) is no-op */
                if (rc > 0)