summaryrefslogtreecommitdiffstats
path: root/include/linux/rcutree.h
diff options
context:
space:
mode:
authorYing Xue2015-03-26 06:27:08 +0100
committerPaul E. McKenney2015-05-27 21:58:04 +0200
commitf517700cce37ffcb36e7afae0294fd11c72ed134 (patch)
tree38e588d2dbf4a3bacf31263966fcbaf9d946c971 /include/linux/rcutree.h
parentrcu: Change function declaration to bool (diff)
downloadkernel-qcow2-linux-f517700cce37ffcb36e7afae0294fd11c72ed134.tar.gz
kernel-qcow2-linux-f517700cce37ffcb36e7afae0294fd11c72ed134.tar.xz
kernel-qcow2-linux-f517700cce37ffcb36e7afae0294fd11c72ed134.zip
rculist: Fix another sparse warning
This fixes the following sparse warnings: make C=1 CF=-D__CHECK_ENDIAN__ net/tipc/name_table.o net/tipc/name_table.c:977:17: error: incompatible types in comparison expression (different address spaces) net/tipc/name_table.c:977:17: error: incompatible types in comparison expression (different address spaces) To silence these spare complaints, an RCU annotation should be added to "next" pointer of hlist_node structure through hlist_next_rcu() macro when iterating over a hlist with hlist_for_each_entry_from_rcu(). Signed-off-by: Ying Xue <ying.xue@windriver.com> Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Diffstat (limited to 'include/linux/rcutree.h')
0 files changed, 0 insertions, 0 deletions