]> www.infradead.org Git - users/jedix/linux-maple.git/commit
radix tree test suite: Fix damage by separation of gfp and gfp_types
authorLiam R. Howlett <Liam.Howlett@oracle.com>
Wed, 31 Aug 2022 19:32:48 +0000 (15:32 -0400)
committerLiam R. Howlett <Liam.Howlett@oracle.com>
Thu, 1 Sep 2022 20:14:05 +0000 (16:14 -0400)
commitd666ed35cd65182f6ee176f85c85212e0163d7b3
treeb3e386f5362aceae6d52dfa69fd49750d6571cf1
parent2fe46144bd27da965107d1bea8060043c70c4396
radix tree test suite: Fix damage by separation of gfp and gfp_types

When the gfp header was split into two for a much smaller header, it
broke the radix test suite.  Fix the test suite by splitting the header
in the test suite as well.

Fixes: cb5a065b4ea9 (headers/deps: mm: Split <linux/gfp_types.h> out of <linux/gfp.h>)
Signed-off-by: Liam R. Howlett <Liam.Howlett@oracle.com>
Cc: Ingo Molnar <mingo@kernel.org>
Cc: Yury Norov <yury.norov@gmail.com>
tools/include/linux/gfp.h
tools/include/linux/gfp_types.h [new file with mode: 0644]