Re: [PATCH cgroup/for-4.11] cgroup: misc cleanups

2017-01-30 Thread Tejun Heo
On Fri, Jan 20, 2017 at 12:06:08PM -0500, Tejun Heo wrote: > * cgrp_dfl_implicit_ss_mask is ulong instead of u16 unlike other > ss_masks. Make it a u16. > > * Move have_canfork_callback together with other callback ss_masks. > > Signed-off-by: Tejun Heo Applied to

Re: [PATCH cgroup/for-4.11] cgroup: misc cleanups

2017-01-30 Thread Tejun Heo
On Fri, Jan 20, 2017 at 12:06:08PM -0500, Tejun Heo wrote: > * cgrp_dfl_implicit_ss_mask is ulong instead of u16 unlike other > ss_masks. Make it a u16. > > * Move have_canfork_callback together with other callback ss_masks. > > Signed-off-by: Tejun Heo Applied to cgroup/for-4.11. Thanks.

[PATCH cgroup/for-4.11] cgroup: misc cleanups

2017-01-20 Thread Tejun Heo
* cgrp_dfl_implicit_ss_mask is ulong instead of u16 unlike other ss_masks. Make it a u16. * Move have_canfork_callback together with other callback ss_masks. Signed-off-by: Tejun Heo --- kernel/cgroup/cgroup.c | 11 --- 1 file changed, 4 insertions(+), 7

[PATCH cgroup/for-4.11] cgroup: misc cleanups

2017-01-20 Thread Tejun Heo
* cgrp_dfl_implicit_ss_mask is ulong instead of u16 unlike other ss_masks. Make it a u16. * Move have_canfork_callback together with other callback ss_masks. Signed-off-by: Tejun Heo --- kernel/cgroup/cgroup.c | 11 --- 1 file changed, 4 insertions(+), 7 deletions(-) ---