Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e368d3a8 authored by Sharyathi Nagesh's avatar Sharyathi Nagesh Committed by Linus Torvalds
Browse files

cgroups: suppress bogus warning messages



Remove spurious warning messages that are thrown onto the console during
cgroup operations.

Signed-off-by: default avatarAlexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: default avatarSharyathi Nagesh <sharyathi@in.ibm.com>
Acked-by: default avatarSerge E. Hallyn <serge@hallyn.com>
Cc: Paul Menage <menage@google.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent f00a1892
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -2934,9 +2934,6 @@ int cgroup_clone(struct task_struct *tsk, struct cgroup_subsys *subsys,
 again:
	root = subsys->root;
	if (root == &rootnode) {
		printk(KERN_INFO
		       "Not cloning cgroup for unused subsystem %s\n",
		       subsys->name);
		mutex_unlock(&cgroup_mutex);
		return 0;
	}