Re: [RFC] mm/migrate: Consolidate page allocation helper functions

2018-02-02 Thread Anshuman Khandual
On 01/31/2018 09:56 AM, Hugh Dickins wrote: > On Wed, 31 Jan 2018, Anshuman Khandual wrote: >> On 01/30/2018 08:06 PM, Michal Hocko wrote: >>> On Tue 30-01-18 10:36:42, Anshuman Khandual wrote: Allocation helper functions for migrate_pages() remmain scattered with similar names making

Re: [RFC] mm/migrate: Consolidate page allocation helper functions

2018-02-02 Thread Anshuman Khandual
On 01/31/2018 09:56 AM, Hugh Dickins wrote: > On Wed, 31 Jan 2018, Anshuman Khandual wrote: >> On 01/30/2018 08:06 PM, Michal Hocko wrote: >>> On Tue 30-01-18 10:36:42, Anshuman Khandual wrote: Allocation helper functions for migrate_pages() remmain scattered with similar names making

Re: [RFC] mm/migrate: Consolidate page allocation helper functions

2018-01-30 Thread Hugh Dickins
On Wed, 31 Jan 2018, Anshuman Khandual wrote: > On 01/30/2018 08:06 PM, Michal Hocko wrote: > > On Tue 30-01-18 10:36:42, Anshuman Khandual wrote: > >> Allocation helper functions for migrate_pages() remmain scattered with > >> similar names making them really confusing. Rename these functions

Re: [RFC] mm/migrate: Consolidate page allocation helper functions

2018-01-30 Thread Hugh Dickins
On Wed, 31 Jan 2018, Anshuman Khandual wrote: > On 01/30/2018 08:06 PM, Michal Hocko wrote: > > On Tue 30-01-18 10:36:42, Anshuman Khandual wrote: > >> Allocation helper functions for migrate_pages() remmain scattered with > >> similar names making them really confusing. Rename these functions

Re: [RFC] mm/migrate: Consolidate page allocation helper functions

2018-01-30 Thread Anshuman Khandual
On 01/30/2018 08:06 PM, Michal Hocko wrote: > On Tue 30-01-18 10:36:42, Anshuman Khandual wrote: >> Allocation helper functions for migrate_pages() remmain scattered with >> similar names making them really confusing. Rename these functions based >> on the context for the migration and move them

Re: [RFC] mm/migrate: Consolidate page allocation helper functions

2018-01-30 Thread Anshuman Khandual
On 01/30/2018 08:06 PM, Michal Hocko wrote: > On Tue 30-01-18 10:36:42, Anshuman Khandual wrote: >> Allocation helper functions for migrate_pages() remmain scattered with >> similar names making them really confusing. Rename these functions based >> on the context for the migration and move them

Re: [RFC] mm/migrate: Consolidate page allocation helper functions

2018-01-30 Thread Michal Hocko
On Tue 30-01-18 10:36:42, Anshuman Khandual wrote: > Allocation helper functions for migrate_pages() remmain scattered with > similar names making them really confusing. Rename these functions based > on the context for the migration and move them all into common migration > header. Functionality

Re: [RFC] mm/migrate: Consolidate page allocation helper functions

2018-01-30 Thread Michal Hocko
On Tue 30-01-18 10:36:42, Anshuman Khandual wrote: > Allocation helper functions for migrate_pages() remmain scattered with > similar names making them really confusing. Rename these functions based > on the context for the migration and move them all into common migration > header. Functionality

[RFC] mm/migrate: Consolidate page allocation helper functions

2018-01-29 Thread Anshuman Khandual
Allocation helper functions for migrate_pages() remmain scattered with similar names making them really confusing. Rename these functions based on the context for the migration and move them all into common migration header. Functionality remains unchanged. Signed-off-by: Anshuman Khandual

[RFC] mm/migrate: Consolidate page allocation helper functions

2018-01-29 Thread Anshuman Khandual
Allocation helper functions for migrate_pages() remmain scattered with similar names making them really confusing. Rename these functions based on the context for the migration and move them all into common migration header. Functionality remains unchanged. Signed-off-by: Anshuman Khandual --- -