Skip to content

Commit

Permalink
Revert "mm: alloc_contig: re-allow CMA to compact FS pages"
Browse files Browse the repository at this point in the history
The upstream commit caused poor video playback performance
on a busy system for many users.

See: #2503

This reverts commit 424f6c4.

Signed-off-by: popcornmix <popcornmix@gmail.com>
  • Loading branch information
popcornmix committed Aug 15, 2018
1 parent 1f89ad7 commit 2b9ab95
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mm/page_alloc.c
Expand Up @@ -7527,7 +7527,6 @@ int alloc_contig_range(unsigned long start, unsigned long end,
.zone = page_zone(pfn_to_page(start)),
.mode = MIGRATE_SYNC,
.ignore_skip_hint = true,
.gfp_mask = current_gfp_context(gfp_mask),
};
INIT_LIST_HEAD(&cc.migratepages);

Expand Down

0 comments on commit 2b9ab95

Please sign in to comment.