Re: [PATCH] mm/migrate: Rename various page allocation helper functions

2018-02-08 Thread Hugh Dickins
On Thu, 8 Feb 2018, Anshuman Khandual wrote: > On 02/04/2018 12:28 PM, Anshuman Khandual wrote: > > Allocation helper functions for migrate_pages() remmain scattered with > > similar names making them really confusing. Rename these functions based > > on type of the intended migration. Function all

Re: [PATCH] mm/migrate: Rename various page allocation helper functions

2018-02-07 Thread Anshuman Khandual
On 02/04/2018 12:28 PM, Anshuman Khandual wrote: > Allocation helper functions for migrate_pages() remmain scattered with > similar names making them really confusing. Rename these functions based > on type of the intended migration. Function alloc_misplaced_dst_page() > remains unchanged as its hi

[PATCH] mm/migrate: Rename various page allocation helper functions

2018-02-03 Thread Anshuman Khandual
Allocation helper functions for migrate_pages() remmain scattered with similar names making them really confusing. Rename these functions based on type of the intended migration. Function alloc_misplaced_dst_page() remains unchanged as its highly specialized. The renamed functions are listed below.