Re: [PATCH] mm/sparse: Rename function related to section memmap allocation/free

2019-03-20 Thread Baoquan He
On 03/20/19 at 09:59am, Mike Rapoport wrote: > On Wed, Mar 20, 2019 at 03:53:01PM +0800, Baoquan He wrote: > > These functions are used allocate/free section memmap, have nothing > > to do with kmalloc/free during the handling. Rename them to remove > > the confusion. > > > > Signed-off-by: Baoqua

Re: [PATCH] mm/sparse: Rename function related to section memmap allocation/free

2019-03-20 Thread Mike Rapoport
On Wed, Mar 20, 2019 at 03:53:01PM +0800, Baoquan He wrote: > These functions are used allocate/free section memmap, have nothing > to do with kmalloc/free during the handling. Rename them to remove > the confusion. > > Signed-off-by: Baoquan He Acked-by: Mike Rapoport > --- > mm/sparse.c | 1

Re: [PATCH] mm/sparse: Rename function related to section memmap allocation/free

2019-03-20 Thread Baoquan He
On 03/20/19 at 03:53pm, Baoquan He wrote: > These functions are used allocate/free section memmap, have nothing > to do with kmalloc/free during the handling. Rename them to remove > the confusion. Sorry, wrong git operation caused this one sent. I intended to send out other single patch. Please

Re: [PATCH] mm/sparse: Rename function related to section memmap allocation/free

2019-03-20 Thread Baoquan He
On 03/20/19 at 03:53pm, Baoquan He wrote: > These functions are used allocate/free section memmap, have nothing ^ 'to' missed here, will update later. > to do with kmalloc/free during the handling. Rename them to remove > the confusion. > > Signed-off-by: Baoquan He > --