X-Git-Url: http://git.cascardo.info/?a=blobdiff_plain;f=lib%2Fradix-tree.c;h=6f412ab4c24f812fc8b7290c4a1e06cc0250ea62;hb=bdf5005b738c1542a30b41a83069329313fc61f6;hp=efd16fa80b1cfd55f2e1f1295f1cd45765925abf;hpb=5e62feabcc3e4127a084701ec54ffe891985b7e8;p=cascardo%2Flinux.git diff --git a/lib/radix-tree.c b/lib/radix-tree.c index efd16fa80b1c..6f412ab4c24f 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]; };