summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2026-09-07 14:47:47 +0100
committerMark Brown <broonie@kernel.org>2026-09-07 14:47:47 +0100
commite280eb57682aa32f3bdd51166f078d73c078de18 (patch)
treefd3d6c35ebfd78579efd6b6597f8b72ce37b3aaa
parent9ec18e9c52e1b16fd61be9ec766425dab95cac8d (diff)
parent93fccdb0456d963f0a7c515562eaf53dfe07f9c7 (diff)
downloadlinux-next-e280eb57682aa32f3bdd51166f078d73c078de18.tar.gz
linux-next-e280eb57682aa32f3bdd51166f078d73c078de18.zip
Merge branch 'for-next' of https://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
-rw-r--r--kernel/cgroup/namespace.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/kernel/cgroup/namespace.c b/kernel/cgroup/namespace.c
index ea4ee13936be..76660332ec64 100644
--- a/kernel/cgroup/namespace.c
+++ b/kernel/cgroup/namespace.c
@@ -53,8 +53,6 @@ struct cgroup_namespace *copy_cgroup_ns(u64 flags,
struct ucounts *ucounts;
struct css_set *cset;
- BUG_ON(!old_ns);
-
if (!(flags & CLONE_NEWCGROUP)) {
get_cgroup_ns(old_ns);
return old_ns;