]> git.ipfire.org Git - thirdparty/linux.git/blobdiff - fs/nfs/blocklayout/extent_tree.c
mm: remove the pgprot argument to __vmalloc
[thirdparty/linux.git] / fs / nfs / blocklayout / extent_tree.c
index 7a57ff2528af9da516cbb9168513e8941c318ec9..8f7cff7a42938e293072d5bc6fc4a7adc2de2c4e 100644 (file)
@@ -582,7 +582,7 @@ retry:
                if (!arg->layoutupdate_pages)
                        return -ENOMEM;
 
-               start_p = __vmalloc(buffer_size, GFP_NOFS, PAGE_KERNEL);
+               start_p = __vmalloc(buffer_size, GFP_NOFS);
                if (!start_p) {
                        kfree(arg->layoutupdate_pages);
                        return -ENOMEM;