diff options
author | 2023-08-04 19:04:50 +0800 | |
---|---|---|
committer | 2023-08-21 13:37:42 -0700 | |
commit | 0aa8ea3c5d353d5f0aa1e607f8dc5f43bf6cdf05 (patch) | |
tree | 463368d6d2867b27487c1c337620ab7e5d7f628e /mm/memblock.c | |
parent | mm/compaction: skip page block marked skip in isolate_migratepages_block (diff) | |
download | wireguard-linux-0aa8ea3c5d353d5f0aa1e607f8dc5f43bf6cdf05.tar.xz wireguard-linux-0aa8ea3c5d353d5f0aa1e607f8dc5f43bf6cdf05.zip |
mm/compaction: correct comment of fast_find_migrateblock in isolate_migratepages
After 90ed667c03fe5 ("Revert "Revert "mm/compaction: fix set skip in
fast_find_migrateblock"""), we remove skip set in fast_find_migrateblock.
Correct comment that fast_find_block is used to avoid isolation_suitable
check for pageblock returned from fast_find_migrateblock because
fast_find_migrateblock will mark found pageblock skipped.
Instead, comment that fast_find_block is used to avoid a redundant check
of fast found pageblock which is already checked skip flag inside
fast_find_migrateblock.
Link: https://lkml.kernel.org/r/20230804110454.2935878-5-shikemeng@huaweicloud.com
Signed-off-by: Kemeng Shi <shikemeng@huaweicloud.com>
Reviewed-by: Baolin Wang <baolin.wang@linux.alibaba.com>
Cc: David Hildenbrand <david@redhat.com>
Cc: Mel Gorman <mgorman@techsingularity.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to 'mm/memblock.c')
0 files changed, 0 insertions, 0 deletions