Re: [PATCH v1 3/4] mm/memory_hotplug: Make __remove_section() never fail

2019-04-23 Thread David Hildenbrand
On 17.04.19 15:56, Oscar Salvador wrote: > On Tue, 2019-04-09 at 12:01 +0200, David Hildenbrand wrote: >> Let's just warn in case a section is not valid instead of failing to >> remove somewhere in the middle of the process, returning an error >> that >> will be mostly ignored by callers. >> >> Cc:

Re: [PATCH v1 3/4] mm/memory_hotplug: Make __remove_section() never fail

2019-04-17 Thread Oscar Salvador
On Tue, 2019-04-09 at 12:01 +0200, David Hildenbrand wrote: > Let's just warn in case a section is not valid instead of failing to > remove somewhere in the middle of the process, returning an error > that > will be mostly ignored by callers. > > Cc: Andrew Morton > Cc: Oscar Salvador > Cc: Mich