Re: [PATCH v1 1/1] rbtree: Replace kernel.h with the necessary inclusions

From: Andrew Morton
Date: Fri Jun 03 2022 - 13:15:33 EST


On Fri, 3 Jun 2022 20:10:12 +0300 Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx> wrote:

> When kernel.h is used in the headers it adds a lot into dependency hell,
> especially when there are circular dependencies are involved.
>
> Replace kernel.h inclusion with the list of what is really being used.

There are surely thousands of files we could do this with. Is this the
start of a lifelong project, or is there something special about
rbtree.h?