On Sun, Mar 15, 2015 at 1:39 AM, Davidlohr Bueso <[email protected]> wrote: > ... everyone else does. > > Signed-off-by: Davidlohr Bueso <[email protected]> > Cc: Alexander Viro <[email protected]> > Cc: Cyrill Gorcunov <[email protected]> > Cc: Oleg Nesterov <[email protected]> > CC: Konstantin Khlebnikov <[email protected]> > --- > kernel/fork.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/kernel/fork.c b/kernel/fork.c > index 54b0b91..fc5d4f3 100644 > --- a/kernel/fork.c > +++ b/kernel/fork.c > @@ -602,8 +602,8 @@ static void check_mm(struct mm_struct *mm) > long x = atomic_long_read(&mm->rss_stat.count[i]); > > if (unlikely(x)) > - printk(KERN_ALERT "BUG: Bad rss-counter state " > - "mm:%p idx:%d val:%ld\n", mm, i, x); > + pr_alert("BUG: Bad rss-counter state " > + "mm:%p idx:%d val:%ld\n", mm, i, x); > }
Ack. > > if (atomic_long_read(&mm->nr_ptes)) > -- > 2.1.4 > -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

