summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/mm/compaction_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/testing/selftests/mm/compaction_test.c')
-rw-r--r--tools/testing/selftests/mm/compaction_test.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/testing/selftests/mm/compaction_test.c b/tools/testing/selftests/mm/compaction_test.c
index 9bc4591c7b16..be226ead936f 100644
--- a/tools/testing/selftests/mm/compaction_test.c
+++ b/tools/testing/selftests/mm/compaction_test.c
@@ -261,6 +261,9 @@ int main(int argc, char **argv)
mem_fragmentable_MB -= MAP_SIZE_MB;
}
+ /* Unmap every other entry in the list to create fragmentation with
+ * locked pages before invoking check_compaction().
+ */
for (entry = list; entry != NULL; entry = entry->next) {
munmap(entry->map, MAP_SIZE);
if (!entry->next)