aboutsummaryrefslogtreecommitdiff
path: root/lib/test_overflow.c
diff options
context:
space:
mode:
authorLuc Van Oostenryck <[email protected]>2020-08-11 18:34:35 -0700
committerLinus Torvalds <[email protected]>2020-08-12 10:57:59 -0700
commit0a650e472d2039a5f768acd82f2a7068bf338dfd (patch)
tree271437a87c00b17df8a9e5a37115b724f35dfaf0 /lib/test_overflow.c
parentbcb32a1d82614ffb8a56f14c648c3970bcd2cf89 (diff)
lib/generic-radix-tree.c: remove unneeded __rcu
struct __genradix is defined as having its member 'root' annotated as __rcu. But in the corresponding API RCU is not used. Sparse reports this type mismatch as: lib/generic-radix-tree.c:56:35: warning: incorrect type in initializer (different address spaces) lib/generic-radix-tree.c:56:35: expected struct genradix_root *r lib/generic-radix-tree.c:56:35: got struct genradix_root [noderef] <asn:4> *__val with 6 other ones. So, correct root's type by removing this unneeded __rcu. Signed-off-by: Luc Van Oostenryck <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Cc: Kent Overstreet <[email protected]> Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'lib/test_overflow.c')
0 files changed, 0 insertions, 0 deletions