cgroup: remove CGRP_ROOT_OPTION_MASK
authorTejun Heo <tj@kernel.org>
Wed, 9 Jul 2014 14:08:07 +0000 (10:08 -0400)
committerTejun Heo <tj@kernel.org>
Wed, 9 Jul 2014 14:08:07 +0000 (10:08 -0400)
cgroup_root->flags only contains CGRP_ROOT_* flags and there's no
reason to mask the flags.  Remove CGRP_ROOT_OPTION_MASK.

This doesn't cause any behavior differences.

Signed-off-by: Tejun Heo <tj@kernel.org>
Acked-by: Li Zefan <lizefan@huawei.com>

No differences found