X-Git-Url: http://git.monstr.eu/?a=blobdiff_plain;f=fs%2Ferofs%2Fdecompressor.c;h=7628816f245378f5fa3e196bbb56d09d92043a82;hb=d4efd79a81abc7096a418ee3103f261cfb6ab634;hp=5d2d819406794a4e55708caa956095accdc88c67;hpb=2fcd80144b93ff90836a44f2054b4d82133d3a85;p=linux-2.6-microblaze.git diff --git a/fs/erofs/decompressor.c b/fs/erofs/decompressor.c index 5d2d81940679..7628816f2453 100644 --- a/fs/erofs/decompressor.c +++ b/fs/erofs/decompressor.c @@ -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)