Skip to content

Commit

Permalink
mm: page_alloc: Demote the PFNs busy message to debug
Browse files Browse the repository at this point in the history
The message is flooding the console when the reason
is not critical. Make the message less visible.

Reference: https://patchwork.kernel.org/patch/9490969/

Signed-off-by: Hyun Kwon <[email protected]>
Signed-off-by: Michal Simek <[email protected]>
  • Loading branch information
xlnx-hyunkwon authored and Michal Simek committed Jul 27, 2017
1 parent cdf18f2 commit 7c03a46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mm/page_alloc.c
Original file line number Diff line number Diff line change
Expand Up @@ -7289,7 +7289,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("%s: [%lx, %lx) PFNs busy\n",
pr_debug("%s: [%lx, %lx) PFNs busy\n",
__func__, outer_start, end);
ret = -EBUSY;
goto done;
Expand Down

0 comments on commit 7c03a46

Please sign in to comment.