mm: Remove the PFN busy warning
authorEric Anholt <eric@anholt.net>
Fri, 19 Dec 2014 00:07:15 +0000 (16:07 -0800)
committerpopcornmix <popcornmix@gmail.com>
Wed, 27 Jan 2021 19:12:47 +0000 (19:12 +0000)
See commit dae803e165a11bc88ca8dbc07a11077caf97bbcb -- the warning is
expected sometimes when using CMA.  However, that commit still spams
my kernel log with these warnings.

Signed-off-by: Eric Anholt <eric@anholt.net>
mm/page_alloc.c

index 14b9e83..617b982 100644 (file)
@@ -8579,8 +8579,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, 0)) {
-               pr_info_ratelimited("%s: [%lx, %lx) PFNs busy\n",
-                       __func__, outer_start, end);
                ret = -EBUSY;
                goto done;
        }