[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1353336814.5287.2.camel@joe-AO722>
Date: Mon, 19 Nov 2012 06:53:34 -0800
From: Joe Perches <joe@...ches.com>
To: "Serge E. Hallyn" <serge@...lyn.com>
Cc: Rui Xiang <leo.ruixiang@...il.com>, serge.hallyn@...onical.com,
containers@...ts.linux-foundation.org, netdev@...r.kernel.org,
"Eric W. Biederman" <ebiederm@...ssion.com>
Subject: Re: [PATCH RFC 3/5] printk: modify printk interface for
syslog_namespace
On Mon, 2012-11-19 at 14:29 +0000, Serge E. Hallyn wrote:
> > diff --git a/drivers/base/core.c b/drivers/base/core.c
48kb of quoted text...
> > @@ -1678,7 +1674,7 @@ asmlinkage int printk(const char *fmt, ...)
> > }
> > #endif
> > va_start(args, fmt);
> > - r = vprintk_emit(0, -1, NULL, 0, fmt, args);
> > + r = vprintk_emit(0, -1, NULL, 0, fmt, args, current_syslog_ns());
>
> Current is meaningless here. The default should be using init_syslog_ns.
For a single sentence. Please remember to trim your replies.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists