mbox series

[0/5] Some cleanup for page migration

Message ID cover.1628174413.git.baolin.wang@linux.alibaba.com (mailing list archive)
Headers show
Series Some cleanup for page migration | expand

Message

Baolin Wang Aug. 5, 2021, 3:05 p.m. UTC
Hi,

This patch set did some cleanup and improvements for the page migration,
please help to review. Thanks a lot.

Note: the patch set is against 20210804 linux-next.

Baolin Wang (5):
  mm: migrate: Move the page count validation to the proper place
  mm: migrate: Introduce a local variable to get the number of pages
  mm: migrate: Fix the incorrect function name in comments
  mm: migrate: Change to use bool type for 'page_was_mapped'
  mm: migrate: Remove redundant goto labels

 mm/migrate.c | 29 +++++++++++++----------------
 1 file changed, 13 insertions(+), 16 deletions(-)