[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20180621212835.5636-2-willy@infradead.org>
Date: Thu, 21 Jun 2018 14:28:10 -0700
From: Matthew Wilcox <willy@...radead.org>
To: linux-kernel@...r.kernel.org
Cc: Matthew Wilcox <willy@...radead.org>
Subject: [PATCH 01/26] radix tree test suite: fix build
Now that idr.c includes xarray.h, we need to have an xarray.h to include
in the test suite.
Signed-off-by: Matthew Wilcox <willy@...radead.org>
---
tools/testing/radix-tree/linux/xarray.h | 2 ++
1 file changed, 2 insertions(+)
create mode 100644 tools/testing/radix-tree/linux/xarray.h
diff --git a/tools/testing/radix-tree/linux/xarray.h b/tools/testing/radix-tree/linux/xarray.h
new file mode 100644
index 000000000000..df3812cda376
--- /dev/null
+++ b/tools/testing/radix-tree/linux/xarray.h
@@ -0,0 +1,2 @@
+#include "generated/map-shift.h"
+#include "../../../../include/linux/xarray.h"
--
2.17.1
Powered by blists - more mailing lists