git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c326aa2
)
cgroup: switch to unsigned long for bitmasks
author
Aleksa Sarai
<cyphar@cyphar.com>
Mon, 18 May 2015 14:51:00 +0000
(
00:51
+1000)
committer
Tejun 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