[PATCH v3 06/11] syslog_ns: use init syslog_ns for console action

2013-08-07 Thread Rui Xiang
While flags SYSLOG_ACTION_CONSOLE_ON/OFF/LEVEL of console actin are used in syslog syscall, the related hanlding should be targeted at host by init_syslog_ns. Signed-off-by: Rui Xiang --- kernel/printk.c | 5 + 1 file changed, 5 insertions(+) diff --git a/kernel/printk.c b/kernel/printk.c

[PATCH v3 06/11] syslog_ns: use init syslog_ns for console action

2013-08-07 Thread Rui Xiang
While flags SYSLOG_ACTION_CONSOLE_ON/OFF/LEVEL of console actin are used in syslog syscall, the related hanlding should be targeted at host by init_syslog_ns. Signed-off-by: Rui Xiang rui.xi...@huawei.com --- kernel/printk.c | 5 + 1 file changed, 5 insertions(+) diff --git