Re: [PATCH 5/7] mm/hmm: use a structure for update callback parameters

2018-08-31 Thread Jerome Glisse
On Fri, Aug 31, 2018 at 09:11:48AM +1000, Balbir Singh wrote: > On Fri, Aug 24, 2018 at 03:25:47PM -0400, jgli...@redhat.com wrote: > > From: Jérôme Glisse > > > > Use a structure to gather all the parameters for the update callback. > > This make it easier when adding new parameters by avoiding

Re: [PATCH 5/7] mm/hmm: use a structure for update callback parameters

2018-08-30 Thread Balbir Singh
On Fri, Aug 24, 2018 at 03:25:47PM -0400, jgli...@redhat.com wrote: > From: Jérôme Glisse > > Use a structure to gather all the parameters for the update callback. > This make it easier when adding new parameters by avoiding having to > update all callback function signature. > > Signed-off-by: