Messages in this thread |  | | Subject | Re: [PATCH v6 08/10] mm/memory_hotplug: Don't check for "all holes" in shrink_zone_span() | From | David Hildenbrand <> | Date | Wed, 5 Feb 2020 15:55:52 +0100 |
| |
On 05.02.20 15:54, David Laight wrote: > From: Wei Yang >> Sent: 05 February 2020 09:59 > ... >> If it is me, I would like to take out these two similar logic out. >> >> For example: >> >> if () { >> } else if () { >> } else { >> goto out; >> } > > I'm pretty sure the kernel layout rules disallow 'else if'.
Huh?
git grep "else if" | wc -l 49336
I'm afraid I don't get what you mean :)
-- Thanks,
David / dhildenb
|  |