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: Andrew Morton <a...@linux-foundation.org> >> Cc: Oscar Salvador <osalva...@suse.de> >> Cc: Michal Hocko <mho...@suse.com> >> Cc: David Hildenbrand <da...@redhat.com> >> Cc: Pavel Tatashin <pasha.tatas...@soleen.com> >> Cc: Qian Cai <c...@lca.pw> >> Cc: Wei Yang <richard.weiy...@gmail.com> >> Cc: Arun KS <aru...@codeaurora.org> >> Cc: Mathieu Malaterre <ma...@debian.org> >> Signed-off-by: David Hildenbrand <da...@redhat.com> > > Just a nit: > > I think this could be combined with patch#2. > The only reason to fail in here is 1) !valid_section 2) > !present_section. > As I stated in patch#2, one cannot be without the other, so makes sense > to rip present_section check from unregister_mem_section() as well. > Then, you could combine both changelogs explaining the whole thing, and > why we do not need the present_section check either. >
If I have to resend the whole thing, I might do that. Otherwise we can drop the present_section() based on your explanation later. Thanks! > But the change looks good to me: > > Reviewed-by: Oscar Salvador <osalva...@suse.de> -- Thanks, David / dhildenb