diff options
author | Michal Hocko <[email protected]> | 2011-05-26 16:25:28 -0700 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2011-05-26 17:12:35 -0700 |
commit | 39cc98f1f8aa949afeea89f424c7494b0785d7da (patch) | |
tree | d16d69a1c2f1db6150642d47927d77615507e856 /tools/perf/scripts/python/sched-migration.py | |
parent | d149e3b25d7c5f33de9aa866303926fa53535aa7 (diff) |
memcg: remove pointless next_mz nullification in mem_cgroup_soft_limit_reclaim()
next_mz is assigned to NULL if __mem_cgroup_largest_soft_limit_node
selects the same mz. This doesn't make much sense as we assign to the
variable right in the next loop.
Compiler will probably optimize this out but it is little bit confusing
for the code reading.
Signed-off-by: Michal Hocko <[email protected]>
Acked-by: Daisuke Nishimura <[email protected]>
Cc: Balbir Singh <[email protected]>
Cc: KAMEZAWA Hiroyuki <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/sched-migration.py')
0 files changed, 0 insertions, 0 deletions