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

From: Matthew Wilcox
Date: Fri Jun 03 2022 - 13:17:28 EST


On Fri, Jun 03, 2022 at 08:11:53PM +0300, Andy Shevchenko 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.

Thanks. Can you fix the test suite too?

(cd tools/testing/radix-tree; make)