diff options
author | Kautuk Consul <[email protected]> | 2012-01-12 17:20:08 -0800 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2012-01-12 20:13:10 -0800 |
commit | f1db7afd917e54711798c64d78f8f5fb090f950d (patch) | |
tree | 4104640edda22dad55c1db4d828ba21bfd0b4b85 /tools/perf/scripts/python/check-perf-trace.py | |
parent | 3f79768f239746d19accd88da96263ef35d6a219 (diff) |
mm/vmalloc.c: eliminate extra loop in pcpu_get_vm_areas error path
If either of the vas or vms arrays are not properly kzalloced, then the
code jumps to the err_free label.
The err_free label runs a loop to check and free each of the array members
of the vas and vms arrays which is not required for this situation as none
of the array members have been allocated till this point.
Eliminate the extra loop we have to go through by introducing a new label
err_free2 and then jumping to it.
[[email protected]: remove now-unneeded tests]
Signed-off-by: Kautuk Consul <[email protected]>
Acked-by: David Rientjes <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/check-perf-trace.py')
0 files changed, 0 insertions, 0 deletions