diff options
| author | Kemeng Shi <[email protected]> | 2023-07-14 19:47:48 +0800 |
|---|---|---|
| committer | Andrew Morton <[email protected]> | 2023-08-18 10:12:31 -0700 |
| commit | 3c09be5a2be861d7f74b0251a8e77859b4c654cc (patch) | |
| tree | f75f55f9b98747cbb94d47a54fdb28736b425872 /tools/perf/scripts/python/export-to-postgresql.py | |
| parent | 063ff7cd8bf24aa14c897b6168591d3d0dae2a5e (diff) | |
mm/page_ext: remove rollback for untouched mem_section in online_page_ext
If init_section_page_ext failed, we only need rollback for mem_section
before failed mem_section. Make rollback end point to failed mem_section
to remove unnecessary rollback.
As pfn += PAGES_PER_SECTION will be executed even if init_section_page_ext
failed. So pfn points to mem_section after failed mem_section. Subtract
one mem_section from pfn to get failed mem_section.
Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: Kemeng Shi <[email protected]>
Cc: Joonsoo Kim <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions