summaryrefslogtreecommitdiff
path: root/radix-tree.c
diff options
context:
space:
mode:
Diffstat (limited to 'radix-tree.c')
-rw-r--r--radix-tree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/radix-tree.c b/radix-tree.c
index ed01810a..4f295fcf 100644
--- a/radix-tree.c
+++ b/radix-tree.c
@@ -73,7 +73,7 @@ struct radix_tree_preload {
int nr;
struct radix_tree_node *nodes[RADIX_TREE_MAX_PATH];
};
-struct radix_tree_preload radix_tree_preloads = { 0, };
+static struct radix_tree_preload radix_tree_preloads = { 0, };
static inline gfp_t root_gfp_mask(struct radix_tree_root *root)
{