[PATCH 01/20] mm: Change type of vmf->virtual_address

2016-09-27 Thread Jan Kara
Every single user of vmf->virtual_address typed that entry to unsigned long before doing anything with it. So just change the type of that entry to unsigned long immediately. Signed-off-by: Jan Kara --- arch/powerpc/platforms/cell/spufs/file.c | 4 ++-- arch/x86/entry/vdso/vma.c

[PATCH 01/20] mm: Change type of vmf->virtual_address

2016-11-01 Thread Jan Kara
Every single user of vmf->virtual_address typed that entry to unsigned long before doing anything with it. So just change the type of that entry to unsigned long immediately. Signed-off-by: Jan Kara --- arch/powerpc/platforms/cell/spufs/file.c | 4 ++-- arch/x86/entry/vdso/vma.c

Re: [PATCH 01/20] mm: Change type of vmf->virtual_address

2016-09-30 Thread Christoph Hellwig
Looks fine, Reviewed-by: Christoph Hellwig ___ Linux-nvdimm mailing list Linux-nvdimm@lists.01.org https://lists.01.org/mailman/listinfo/linux-nvdimm

Re: [PATCH 01/20] mm: Change type of vmf->virtual_address

2016-10-14 Thread Ross Zwisler
On Tue, Sep 27, 2016 at 06:08:05PM +0200, Jan Kara wrote: > Every single user of vmf->virtual_address typed that entry to unsigned > long before doing anything with it. So just change the type of that > entry to unsigned long immediately. > > Signed-off-by: Jan Kara Reviewed-by: Ross Zwisler __

Re: [PATCH 01/20] mm: Change type of vmf->virtual_address

2016-11-02 Thread Kirill A. Shutemov
On Tue, Nov 01, 2016 at 11:36:07PM +0100, Jan Kara wrote: > Every single user of vmf->virtual_address typed that entry to unsigned > long before doing anything with it. So just change the type of that > entry to unsigned long immediately. > > Signed-off-by: Jan Kara Acked-by: Kirill A. Shutemov