Skip to content

Commit

Permalink
mm: Remove the PFN busy warning
Browse files Browse the repository at this point in the history
See commit dae803e -- the warning is
expected sometimes when using CMA.  However, that commit still spams
my kernel log with these warnings.

Signed-off-by: Eric Anholt <[email protected]>
  • Loading branch information
anholt authored and popcornmix committed May 5, 2018
1 parent 7c9bb49 commit 93b567d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions mm/page_alloc.c
Original file line number Diff line number Diff line change
Expand Up @@ -7724,8 +7724,6 @@ 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",
__func__, outer_start, end);
ret = -EBUSY;
goto done;
}
Expand Down

0 comments on commit 93b567d

Please sign in to comment.