diff options
| author | Huang Ying <[email protected]> | 2022-08-17 16:14:02 +0800 |
|---|---|---|
| committer | Andrew Morton <[email protected]> | 2022-09-26 19:46:06 -0700 |
| commit | 9c62ff005fc774fb2ba14223b0d865a8aca48fb5 (patch) | |
| tree | df02a67fd5f4ae5edfb00c8a167ad630fdaafc3c /tools/perf/scripts/python/bin | |
| parent | a7504ed14f9b5e873599b2487eb95062dd0b65f8 (diff) | |
migrate_pages(): remove unnecessary list_safe_reset_next()
Before commit b5bade978e9b ("mm: migrate: fix the return value of
migrate_pages()"), the tail pages of THP will be put in the "from"
list directly. So one of the loop cursors (page2) needs to be reset,
as is done in try_split_thp() via list_safe_reset_next(). But after
the commit, the tail pages of THP will be put in a dedicated
list (thp_split_pages). That is, the "from" list will not be changed
during splitting. So, it's unnecessary to call list_safe_reset_next()
anymore.
This is a code cleanup, no functionality changes are expected.
Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: "Huang, Ying" <[email protected]>
Reviewed-by: Baolin Wang <[email protected]>
Reviewed-by: Oscar Salvador <[email protected]>
Cc: Zi Yan <[email protected]>
Cc: Yang Shi <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions