diff options
| author | Lorenzo Stoakes <[email protected]> | 2023-03-22 20:19:00 +0000 |
|---|---|---|
| committer | Andrew Morton <[email protected]> | 2023-04-05 19:42:58 -0700 |
| commit | 0173db4f7f526540e2cc0a6a61e42771acd4c197 (patch) | |
| tree | c9eea7591483718b7e60a8313c4fa048f1a59ef2 /tools/perf/scripts/python/task-analyzer.py | |
| parent | b0729ae0ae67a1a001e8d577b8be9ba44c4bdb26 (diff) | |
mm/mmap/vma_merge: init cleanup, be explicit about the non-mergeable case
Rather than setting err = -1 and only resetting if we hit merge cases,
explicitly check the non-mergeable case to make it abundantly clear that
we only proceed with the rest if something is mergeable, default err to 0
and only update if an error might occur.
Move the merge_prev, merge_next cases closer to the logic determining
curr, next and reorder initial variables so they are more logically
grouped.
This has no functional impact.
Link: https://lkml.kernel.org/r/99259fbc6403e80e270e1cc4612abbc8620b121b.1679516210.git.lstoakes@gmail.com
Signed-off-by: Lorenzo Stoakes <[email protected]>
Reviewed-by: Vlastimil Babka <[email protected]>
Cc: David Hildenbrand <[email protected]>
Cc: Liam R. Howlett <[email protected]>
Cc: Matthew Wilcox (Oracle) <[email protected]>
Cc: Vernon Yang <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/task-analyzer.py')
0 files changed, 0 insertions, 0 deletions