diff options
| author | Mark Brown <broonie@kernel.org> | 2026-09-07 14:47:47 +0100 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2026-09-07 14:47:47 +0100 |
| commit | e280eb57682aa32f3bdd51166f078d73c078de18 (patch) | |
| tree | fd3d6c35ebfd78579efd6b6597f8b72ce37b3aaa | |
| parent | 9ec18e9c52e1b16fd61be9ec766425dab95cac8d (diff) | |
| parent | 93fccdb0456d963f0a7c515562eaf53dfe07f9c7 (diff) | |
| download | linux-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.c | 2 |
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; |
