Re: [PATCH v1 3/3] kernel/resource: remove first_lvl / siblings_only logic

From: Dan Williams
Date: Mon Mar 22 2021 - 12:13:27 EST


On Mon, Mar 22, 2021 at 9:03 AM David Hildenbrand <david@xxxxxxxxxx> wrote:
>
> All IORESOURCE_SYSTEM_RAM and IORESOURCE_MEM now properly consider the
> whole resource tree, not just the first level. Let's drop the unused
> first_lvl / siblings_only logic.
>
> All functions properly search the whole tree, so remove documentation
> that indicates that some functions behave differently.

Looks good, and the staging of the potential regressions as standalone
lead-in patches makes sense.

Reviewed-by: Dan Williams <dan.j.williams@xxxxxxxxx>