[Devel] [PATCH rh7] cpuset: revert changes allowing to attach to empty cpusets

2016-01-29 Thread Vladimir Davydov
After PSBM-34089 is done, there's no need in hacks that allowed us to attach tasks to cpuset cgroups with empty cpuset.cpus or cpuset.mems. So let's revert them. https://jira.sw.ru/browse/PSBM-42087 Signed-off-by: Vladimir Davydov --- kernel/cpuset.c | 92 +++

Re: [Devel] [PATCH rh7] cpuset: revert changes allowing to attach to empty cpusets

2016-01-29 Thread Konstantin Khorenko
Andrey, please review the patch. -- Best regards, Konstantin Khorenko, Virtuozzo Linux Kernel Team On 01/29/2016 03:18 PM, Vladimir Davydov wrote: After PSBM-34089 is done, there's no need in hacks that allowed us to attach tasks to cpuset cgroups with empty cpuset.cpus or cpuset.mems. So let'

Re: [Devel] [PATCH rh7] cpuset: revert changes allowing to attach to empty cpusets

2016-01-29 Thread Andrey Ryabinin
On 01/29/2016 03:18 PM, Vladimir Davydov wrote: > After PSBM-34089 is done, there's no need in hacks that allowed us to > attach tasks to cpuset cgroups with empty cpuset.cpus or cpuset.mems. > So let's revert them. > > https://jira.sw.ru/browse/PSBM-42087 > > Signed-off-by: Vladimir Davydov Re