lkml.org 
[lkml]   [2007]   [Nov]   [11]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH] Improve cgroup printks

>When I boot with the 'quiet' parameter, I see on the screen:
>
>[ 0.000000] Initializing cgroup subsys cpuset
>[ 0.000000] Initializing cgroup subsys cpu
>[ 39.036026] Initializing cgroup subsys cpuacct
>[ 39.036080] Initializing cgroup subsys debug
>[ 39.036118] Initializing cgroup subsys ns
>
>This patch lowers the priority of those messages, adds a "cgroup: "
>prefix to another couple of printks and kills the useless reference to
>the source file.

>- printk(KERN_ERR "Initializing cgroup subsys %s\n", ss->name);
>+ printk("Initializing cgroup subsys %s\n", ss->name);

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

\
 
 \ /
  Last update: 2007-11-11 23:51    [W:0.023 / U:0.108 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site