diff --git a/fs/fuse/dir.c b/fs/fuse/dir.c index 17cac6db56ef..22f9f7d0c948 100644 --- a/fs/fuse/dir.c +++ b/fs/fuse/dir.c @@ -390,7 +390,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;