On Fri, 1 Feb 2013 16:28:48 -0800
Andrew Morton <a...@linux-foundation.org> wrote:

> > +   if (ret)
> > +           pr_debug("page %lu outside zone [ %lu - %lu ]\n",
> > +                   pfn, start_pfn, start_pfn + sp);
> > +
> >     return ret;
> >  }
> 
> As this condition leads to a VM_BUG_ON(), "pr_debug" seems rather wimpy
> and I doubt if we need to be concerned about flooding the console.
> 
> I'll switch it to pr_err.

otoh, as nobody has ever hit that VM_BUG_ON() (yes?), do we really need
the patch?

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to