diff options
Diffstat (limited to 'kernel/cgroup/cgroup.c')
| -rw-r--r-- | kernel/cgroup/cgroup.c | 4 | 
1 files changed, 0 insertions, 4 deletions
| diff --git a/kernel/cgroup/cgroup.c b/kernel/cgroup/cgroup.c index 4b67e6da6bf2..64e0f644adfa 100644 --- a/kernel/cgroup/cgroup.c +++ b/kernel/cgroup/cgroup.c @@ -2566,10 +2566,6 @@ int cgroup_migrate_vet_dst(struct cgroup *dst_cgrp)  	if (!cgroup_is_valid_domain(dst_cgrp->dom_cgrp))  		return -EOPNOTSUPP; -	/* mixables don't care */ -	if (cgroup_is_mixable(dst_cgrp)) -		return 0; -  	/*  	 * If @dst_cgrp is already or can become a thread root or is  	 * threaded, it doesn't matter. | 
