]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commitdiff
mm: Remove the PFN busy warning
authorEric Anholt <eric@anholt.net>
Fri, 19 Dec 2014 00:07:15 +0000 (16:07 -0800)
committerTim Gardner <tim.gardner@canonical.com>
Fri, 17 Mar 2017 15:26:15 +0000 (09:26 -0600)
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 1a5f6655958e16ec09584c79405991dc248d2852..8068e8f926d87c02ac60f583d9b4cdefcdc2b146 100644 (file)
@@ -7361,8 +7361,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("%s: [%lx, %lx) PFNs busy\n",
-                       __func__, outer_start, end);
                ret = -EBUSY;
                goto done;
        }