Re: [PATCH v3 1/3] mm: replace memmap_context by memplug_context

2020-09-15 Thread Michal Hocko
On Tue 15-09-20 11:41:41, Laurent Dufour wrote: > The memmap_context is used to detect whether a memory operation is due to a > hot-add operation or happening at boot time. > > Make it general to the hotplug operation and rename it at memplug_context. s@memplug_context@meminit_context@g > There

Re: [PATCH v3 1/3] mm: replace memmap_context by memplug_context

2020-09-15 Thread Oscar Salvador
On Tue, Sep 15, 2020 at 11:41:41AM +0200, Laurent Dufour wrote: > The memmap_context is used to detect whether a memory operation is due to a > hot-add operation or happening at boot time. > > Make it general to the hotplug operation and rename it at memplug_context. > > There is no functional

Re: [PATCH v3 1/3] mm: replace memmap_context by memplug_context

2020-09-15 Thread David Hildenbrand
On 15.09.20 11:41, Laurent Dufour wrote: > The memmap_context is used to detect whether a memory operation is due to a > hot-add operation or happening at boot time. > > Make it general to the hotplug operation and rename it at memplug_context. > > There is no functional change introduced by

[PATCH v3 1/3] mm: replace memmap_context by memplug_context

2020-09-15 Thread Laurent Dufour
The memmap_context is used to detect whether a memory operation is due to a hot-add operation or happening at boot time. Make it general to the hotplug operation and rename it at memplug_context. There is no functional change introduced by this patch Suggested-by: David Hildenbrand