Demote "PFNs busy" log to debug. This print is too noisy and is not indicative of an error. Bug: 127678380 Change-Id: I67bb189c98c3d04d9a5893a3c4f8f5f4d29877cc
diff --git a/mm/page_alloc.c b/mm/page_alloc.c index a2f365f..7983c49 100644 --- a/mm/page_alloc.c +++ b/mm/page_alloc.c
@@ -7618,7 +7618,7 @@ int alloc_contig_range(unsigned long start, unsigned long end, /* Make sure the range is really isolated. */ if (test_pages_isolated(outer_start, end, false)) { - pr_info_ratelimited("%s: [%lx, %lx) PFNs busy\n", + pr_debug_ratelimited("%s: [%lx, %lx) PFNs busy\n", __func__, outer_start, end); ret = -EBUSY; goto done;