Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5b8d95d0 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "mm: Silence vmap() allocation failures based on caller gfp_flags"

parents a0c89658 542f97a2
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -521,7 +521,7 @@ overflow:
		purged = 1;
		purged = 1;
		goto retry;
		goto retry;
	}
	}
	if (printk_ratelimit())
	if (!(gfp_mask & __GFP_NOWARN) && printk_ratelimit())
		pr_warn("vmap allocation for size %lu failed: use vmalloc=<size> to increase size\n",
		pr_warn("vmap allocation for size %lu failed: use vmalloc=<size> to increase size\n",
			size);
			size);
	kfree(va);
	kfree(va);