Re: [PATCH 3/6] mm/gup: make __gup_longterm_locked common

2020-12-03 Thread Pavel Tatashin
> Reviewed-by: John Hubbard Thank you, Pasha

Re: [PATCH 3/6] mm/gup: make __gup_longterm_locked common

2020-12-03 Thread John Hubbard
On 12/1/20 9:23 PM, Pavel Tatashin wrote: __gup_longterm_locked() has CMA || FS_DAX version and a common stub version. In the preparation of prohibiting longterm pinning of pages from movable zone make the CMA || FS_DAX version common, and delete the stub version. Signed-off-by: Pavel Tatashin

Re: [PATCH 3/6] mm/gup: make __gup_longterm_locked common

2020-12-02 Thread Pavel Tatashin
On Wed, Dec 2, 2020 at 1:19 PM Pavel Tatashin wrote: > > On Wed, Dec 2, 2020 at 11:33 AM Ira Weiny wrote: > > > > On Wed, Dec 02, 2020 at 08:31:45AM -0800, 'Ira Weiny' wrote: > > > On Wed, Dec 02, 2020 at 12:23:27AM -0500, Pavel Tatashin wrote: > > > > __gup_longterm_locked() has CMA || FS_DAX ve

Re: [PATCH 3/6] mm/gup: make __gup_longterm_locked common

2020-12-02 Thread Pavel Tatashin
On Wed, Dec 2, 2020 at 11:33 AM Ira Weiny wrote: > > On Wed, Dec 02, 2020 at 08:31:45AM -0800, 'Ira Weiny' wrote: > > On Wed, Dec 02, 2020 at 12:23:27AM -0500, Pavel Tatashin wrote: > > > __gup_longterm_locked() has CMA || FS_DAX version and a common stub > > > version. In the preparation of prohi

Re: [PATCH 3/6] mm/gup: make __gup_longterm_locked common

2020-12-02 Thread Ira Weiny
On Wed, Dec 02, 2020 at 08:31:45AM -0800, 'Ira Weiny' wrote: > On Wed, Dec 02, 2020 at 12:23:27AM -0500, Pavel Tatashin wrote: > > __gup_longterm_locked() has CMA || FS_DAX version and a common stub > > version. In the preparation of prohibiting longterm pinning of pages from > > movable zone make

Re: [PATCH 3/6] mm/gup: make __gup_longterm_locked common

2020-12-02 Thread Ira Weiny
On Wed, Dec 02, 2020 at 12:23:27AM -0500, Pavel Tatashin wrote: > __gup_longterm_locked() has CMA || FS_DAX version and a common stub > version. In the preparation of prohibiting longterm pinning of pages from > movable zone make the CMA || FS_DAX version common, and delete the stub > version. > >

[PATCH 3/6] mm/gup: make __gup_longterm_locked common

2020-12-01 Thread Pavel Tatashin
__gup_longterm_locked() has CMA || FS_DAX version and a common stub version. In the preparation of prohibiting longterm pinning of pages from movable zone make the CMA || FS_DAX version common, and delete the stub version. Signed-off-by: Pavel Tatashin --- mm/gup.c | 13 - 1 file cha