commit | afd1a8b3e0bc4d045d762dfdbc4d0cee189893a4 | [log] [tgz] |
---|---|---|
author | Li Zefan <lizefan@huawei.com> | Wed Jul 09 16:49:25 2014 +0800 |
committer | Tejun Heo <tj@kernel.org> | Wed Jul 09 15:56:18 2014 -0400 |
tree | e552df774556b1b91271da1107831834d809c1de | |
parent | 5d8ba82c3a1f10b77bf39ee3e7670d6789a8d149 [diff] |
cpuset: export effective masks to userspace cpuset.cpus and cpuset.mems are the configured masks, and we need to export effective masks to userspace, so users know the real cpus_allowed and mems_allowed that apply to the tasks in a cpuset. v2: - export those masks unconditionally, suggested by Tejun. Signed-off-by: Li Zefan <lizefan@huawei.com> Signed-off-by: Tejun Heo <tj@kernel.org>