commit | 8ab456ac3697dbd1d3eae5d5817dba941faf89ee | [log] [tgz] |
---|---|---|
author | Aleksa Sarai <cyphar@cyphar.com> | Tue May 19 00:51:00 2015 +1000 |
committer | Tejun Heo <tj@kernel.org> | Mon May 18 17:57:52 2015 -0400 |
tree | f618583038c3d99bee90621c10d31439366da717 | |
parent | c326aa2bb2209e10df4a381801bb34ca0f923038 [diff] |
cgroup: switch to unsigned long for bitmasks 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>