Loading drivers/block/zram/zram_drv.c +2 −1 Original line number Diff line number Diff line Loading @@ -725,7 +725,8 @@ static int zram_bvec_write(struct zram *zram, struct bio_vec *bvec, u32 index, src = uncmem; } handle = zs_malloc(meta->mem_pool, clen, GFP_NOIO | __GFP_HIGHMEM); handle = zs_malloc(meta->mem_pool, clen, GFP_NOIO | __GFP_HIGHMEM | __GFP_MOVABLE); if (!handle) { if (printk_timed_ratelimit(&zram_rs_time, ALLOC_ERROR_LOG_RATE_MS)) Loading Loading
drivers/block/zram/zram_drv.c +2 −1 Original line number Diff line number Diff line Loading @@ -725,7 +725,8 @@ static int zram_bvec_write(struct zram *zram, struct bio_vec *bvec, u32 index, src = uncmem; } handle = zs_malloc(meta->mem_pool, clen, GFP_NOIO | __GFP_HIGHMEM); handle = zs_malloc(meta->mem_pool, clen, GFP_NOIO | __GFP_HIGHMEM | __GFP_MOVABLE); if (!handle) { if (printk_timed_ratelimit(&zram_rs_time, ALLOC_ERROR_LOG_RATE_MS)) Loading