diff mbox

[1/3] Revert "UBUNTU: SAUCE: cgroup mount: ignore nsroot="

Message ID 20160510204405.GA19753@ubuntumail
State New
Headers show

Commit Message

Serge E. Hallyn May 10, 2016, 8:44 p.m. UTC
This reverts commit f7d70a0c83bfd752ee9483661e8dd2e6091421bf.
---
 kernel/cgroup.c | 4 ----
 1 file changed, 4 deletions(-)
diff mbox

Patch

diff --git a/kernel/cgroup.c b/kernel/cgroup.c
index d344dc5..8a4408f 100644
--- a/kernel/cgroup.c
+++ b/kernel/cgroup.c
@@ -1680,10 +1680,6 @@  static int parse_cgroupfs_options(char *data, struct cgroup_sb_opts *opts)
 			opts->none = true;
 			continue;
 		}
-		if (!strncmp(token, "nsroot=", 7)) {
-			/* ignore nsroot= copied from mountinfo */
-			continue;
-		}
 		if (!strcmp(token, "all")) {
 			/* Mutually exclusive option 'all' + subsystem name */
 			if (one_ss)