diff options
| author | Miaohe Lin <[email protected]> | 2020-12-14 19:06:04 -0800 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2020-12-15 12:13:39 -0800 |
| commit | 9d9a03340309cb8065503cfa3c5c5fc8b7670230 (patch) | |
| tree | 87f4fc34b9e59b796372b2559b64e60d79d2c7b3 /tools/perf/scripts/python/flamegraph.py | |
| parent | e97af69950ffe8be4ee12b331924b8de8a17b73e (diff) | |
mm/swapfile.c: remove unnecessary out label in __swap_duplicate()
When the code went to the out label, it must have p == NULL. So what out
label really does is redundant if check and return err. We should Remove
this unnecessary out label because it does not handle resource free and so
on.
Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: Miaohe Lin <[email protected]>
Reviewed-by: Andrew Morton <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/flamegraph.py')
0 files changed, 0 insertions, 0 deletions