cgroup: switch to unsigned long for bitmasks
authorAleksa Sarai <cyphar@cyphar.com>
Mon, 18 May 2015 14:51:00 +0000 (00:51 +1000)
committerTejun Heo <tj@kernel.org>
Mon, 18 May 2015 21:57:52 +0000 (17:57 -0400)
Switch the type of all internal cgroup masks to (unsigned long), which
is the correct type for bitmasks. This is in preparation for the
for_each_subsys_which patch.

Signed-off-by: Aleksa Sarai <cyphar@cyphar.com>
Signed-off-by: Tejun Heo <tj@kernel.org>

No differences found