aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/radix-tree/test.h
diff options
context:
space:
mode:
authorMatthew Wilcox (Oracle) <willy@infradead.org>2020-06-14 06:07:10 -0400
committerMatthew Wilcox (Oracle) <willy@infradead.org>2020-10-07 09:07:49 -0400
commitdd841a749d1ded8e2e5facc4242ee0b6779fc0cb (patch)
tree22f71e40ffc875a9e2c0c354197dd8fd4be2b1ad /tools/testing/radix-tree/test.h
parentLinux 5.9-rc5 (diff)
downloadlinux-dev-dd841a749d1ded8e2e5facc4242ee0b6779fc0cb.tar.xz
linux-dev-dd841a749d1ded8e2e5facc4242ee0b6779fc0cb.zip
radix tree test suite: Fix compilation
Introducing local_lock broke compilation; fix it all up. Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Diffstat (limited to '')
-rw-r--r--tools/testing/radix-tree/test.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/testing/radix-tree/test.h b/tools/testing/radix-tree/test.h
index 34dab4d18744..7ef7067e942c 100644
--- a/tools/testing/radix-tree/test.h
+++ b/tools/testing/radix-tree/test.h
@@ -56,8 +56,4 @@ int root_tag_get(struct radix_tree_root *root, unsigned int tag);
unsigned long node_maxindex(struct radix_tree_node *);
unsigned long shift_maxindex(unsigned int shift);
int radix_tree_cpu_dead(unsigned int cpu);
-struct radix_tree_preload {
- unsigned nr;
- struct radix_tree_node *nodes;
-};
extern struct radix_tree_preload radix_tree_preloads;