Ubuntu Pastebin

Paste from ubuntu at Mon, 22 Feb 2016 23:16:52 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
diff --git a/kernel/cgroup.c b/kernel/cgroup.c
index 9510da9..dc1b973 100644
--- a/kernel/cgroup.c
+++ b/kernel/cgroup.c
@@ -2181,8 +2181,8 @@ out_free:
 		return ERR_PTR(ret);
 	}
 
-	dentry = kernfs_mount(fs_type, flags, root->kf_root,
-			      CGROUP_SUPER_MAGIC, &new_sb);
+	dentry = kernfs_mount_ns(fs_type, flags, root->kf_root,
+			      CGROUP_SUPER_MAGIC, &new_sb, ns);
 
 	/*
 	 * In non-init cgroup namespace, instead of root cgroup's
Download as text