On Mon, Feb 22, 2016 at 06:05:49PM -0500, Tejun Heo wrote: > --- a/kernel/cgroup.c > +++ b/kernel/cgroup.c > @@ -184,7 +184,7 @@ static bool cgrp_dfl_root_visible; > static unsigned long cgroup_no_v1_mask;
^ This one can be turned into a u16 too.
On Mon, Feb 22, 2016 at 06:05:49PM -0500, Tejun Heo wrote: > --- a/kernel/cgroup.c > +++ b/kernel/cgroup.c > @@ -184,7 +184,7 @@ static bool cgrp_dfl_root_visible; > static unsigned long cgroup_no_v1_mask;
^ This one can be turned into a u16 too.