Re: [PATCH 06/13] mm: remove superflous arguments from hmm_range_register

2019-07-31 Thread Kuehling, Felix
On 2019-07-30 1:51 a.m., Christoph Hellwig wrote: > The start, end and page_shift values are all saved in the range > structure, so we might as well use that for argument passing. > > Signed-off-by: Christoph Hellwig Reviewed-by: Felix Kuehling > --- > Documentation/vm/hmm.rst

Re: [PATCH 06/13] mm: remove superflous arguments from hmm_range_register

2019-07-31 Thread Jason Gunthorpe
On Tue, Jul 30, 2019 at 08:51:56AM +0300, Christoph Hellwig wrote: > The start, end and page_shift values are all saved in the range > structure, so we might as well use that for argument passing. > > Signed-off-by: Christoph Hellwig > --- > Documentation/vm/hmm.rst| 2 +- > dri