mm: remove the prot argument from vm_map_ram
[linux-2.6-microblaze.git] / fs / erofs / decompressor.c
index 5d2d819..7628816 100644 (file)
@@ -274,7 +274,7 @@ static int z_erofs_decompress_generic(struct z_erofs_decompress_req *rq,
 
        i = 0;
        while (1) {
-               dst = vm_map_ram(rq->out, nrpages_out, -1, PAGE_KERNEL);
+               dst = vm_map_ram(rq->out, nrpages_out, -1);
 
                /* retry two more times (totally 3 times) */
                if (dst || ++i >= 3)