diff options
Diffstat (limited to 'lib/radix-tree.c')
| -rw-r--r-- | lib/radix-tree.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/radix-tree.c b/lib/radix-tree.c index e907858498a..899fb750946 100644 --- a/lib/radix-tree.c +++ b/lib/radix-tree.c @@ -49,7 +49,7 @@ struct radix_tree_node {  	unsigned int	height;		/* Height from the bottom */  	unsigned int	count;  	struct rcu_head	rcu_head; -	void		*slots[RADIX_TREE_MAP_SIZE]; +	void __rcu	*slots[RADIX_TREE_MAP_SIZE];  	unsigned long	tags[RADIX_TREE_MAX_TAGS][RADIX_TREE_TAG_LONGS];  };  |