diff --git a/fs/fuse/dir.c b/fs/fuse/dir.c index 77824b96514c..cdb3a7022412 100644 --- a/fs/fuse/dir.c +++ b/fs/fuse/dir.c @@ -296,7 +296,7 @@ static void fuse_dentry_canonical_path(const struct path *path, char *path_name; int err; - path_name = (char *)__get_free_page(GFP_KERNEL); + path_name = (char *)get_zeroed_page(GFP_KERNEL); if (!path_name) goto default_path;