]> Pileus Git - ~andy/linux/blobdiff - fs/ext4/acl.c
fs: make posix_acl_create more useful
[~andy/linux] / fs / ext4 / acl.c
index 2eebe02fdf09ebc87aa6427352f80ccf45964ed8..f827f3bb6d41f2b19d6365f1af5688388c2dabfc 100644 (file)
@@ -276,7 +276,7 @@ ext4_init_acl(handle_t *handle, struct inode *inode, struct inode *dir)
                        if (error)
                                goto cleanup;
                }
-               error = posix_acl_create(&acl, GFP_NOFS, &inode->i_mode);
+               error = __posix_acl_create(&acl, GFP_NOFS, &inode->i_mode);
                if (error < 0)
                        return error;