diff options
| author | Hirokazu Takahashi <[email protected]> | 2009-01-07 18:08:02 -0800 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2009-01-08 08:31:05 -0800 |
| commit | f8d665422603ee1b8ed04dcad4242f14d623c941 (patch) | |
| tree | d872a12113998ed99ce22247091c481b9f465faa /tools/perf/scripts/python | |
| parent | 08e552c69c6930d64722de3ec18c51844d06ee28 (diff) | |
memcg: add mem_cgroup_disabled()
We check mem_cgroup is disabled or not by checking
mem_cgroup_subsys.disabled. I think it has more references than expected,
now.
replacing
if (mem_cgroup_subsys.disabled)
with
if (mem_cgroup_disabled())
give us good look, I think.
[[email protected]: fix typo]
Signed-off-by: KAMEZAWA Hiroyuki <[email protected]>
Cc: Li Zefan <[email protected]>
Cc: Balbir Singh <[email protected]>
Cc: Pavel Emelyanov <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions