Re: [PATCH 11/13] huge_memory: Remove dead vmf_insert_pXd code

2024-07-12 Thread Peter Xu
On Fri, Jul 12, 2024 at 12:40:39PM +1000, Alistair Popple wrote: > > Peter Xu writes: > > > On Tue, Jul 09, 2024 at 02:07:31PM +1000, Alistair Popple wrote: > >> > >> Peter Xu writes: > >> > >> > Hi, Alistair, > >> > > >> > On Thu, Jun 27, 2024 at 10:54:26AM +1000, Alistair Popple wrote: > >>

Re: [PATCH 11/13] huge_memory: Remove dead vmf_insert_pXd code

2024-07-11 Thread Alistair Popple
Peter Xu writes: > On Tue, Jul 09, 2024 at 02:07:31PM +1000, Alistair Popple wrote: >> >> Peter Xu writes: >> >> > Hi, Alistair, >> > >> > On Thu, Jun 27, 2024 at 10:54:26AM +1000, Alistair Popple wrote: >> >> Now that DAX is managing page reference counts the same as normal >> >> pages ther

Re: [PATCH 11/13] huge_memory: Remove dead vmf_insert_pXd code

2024-07-09 Thread Peter Xu
On Tue, Jul 09, 2024 at 02:07:31PM +1000, Alistair Popple wrote: > > Peter Xu writes: > > > Hi, Alistair, > > > > On Thu, Jun 27, 2024 at 10:54:26AM +1000, Alistair Popple wrote: > >> Now that DAX is managing page reference counts the same as normal > >> pages there are no callers for vmf_insert

Re: [PATCH 11/13] huge_memory: Remove dead vmf_insert_pXd code

2024-07-08 Thread Alistair Popple
Peter Xu writes: > Hi, Alistair, > > On Thu, Jun 27, 2024 at 10:54:26AM +1000, Alistair Popple wrote: >> Now that DAX is managing page reference counts the same as normal >> pages there are no callers for vmf_insert_pXd functions so remove >> them. >> >> Signed-off-by: Alistair Popple >> ---

Re: [PATCH 11/13] huge_memory: Remove dead vmf_insert_pXd code

2024-07-05 Thread Peter Xu
Hi, Alistair, On Thu, Jun 27, 2024 at 10:54:26AM +1000, Alistair Popple wrote: > Now that DAX is managing page reference counts the same as normal > pages there are no callers for vmf_insert_pXd functions so remove > them. > > Signed-off-by: Alistair Popple > --- > include/linux/huge_mm.h | 2