commit | 4a705c5c786dc7f85051ed262bb05a4ca275dded | [log] [tgz] |
---|---|---|
author | Aleksa Sarai <cyphar@cyphar.com> | Tue Jun 09 21:32:07 2015 +1000 |
committer | Tejun Heo <tj@kernel.org> | Wed Jun 10 13:48:30 2015 +0900 |
tree | 6a2d9511d1633bda38a158811850c9d326172f52 | |
parent | a966a4edf8d557a37446393439cd0db6612d4db8 [diff] |
cgroup: fix uninitialised iterator in for_each_subsys_which Fix the fact that @ssid is uninitialised in the case where CGROUP_SUBSYS_COUNT = 0 by setting ssid to 0. Fixes: cb4a31675270 ("cgroup: use bitmask to filter for_each_subsys") Signed-off-by: Aleksa Sarai <cyphar@cyphar.com> Signed-off-by: Tejun Heo <tj@kernel.org>