Re: [PATCH v3 2/5] mm/migrate: add a flags parameter to migrate_vma

2020-07-22 Thread Bharata B Rao
On Tue, Jul 21, 2020 at 02:31:16PM -0700, Ralph Campbell wrote: > The src_owner field in struct migrate_vma is being used for two purposes, > it acts as a selection filter for which types of pages are to be migrated > and it identifies device private pages owned by the caller. Split this > into sep

[PATCH v3 2/5] mm/migrate: add a flags parameter to migrate_vma

2020-07-21 Thread Ralph Campbell
The src_owner field in struct migrate_vma is being used for two purposes, it acts as a selection filter for which types of pages are to be migrated and it identifies device private pages owned by the caller. Split this into separate parameters so the src_owner field can be used just to identify dev