commit | 6c7a762e70637a256229f9dc9ca793908e8bd01b | [log] [tgz] |
---|---|---|
author | Ying Xue <ying.xue@windriver.com> | Thu Mar 27 12:54:37 2014 +0800 |
committer | David S. Miller <davem@davemloft.net> | Thu Mar 27 13:08:37 2014 -0400 |
tree | ad8c61e1fa48fdc36e799be6f8f67d257ee080b1 | |
parent | 46651c59c483f14fd35cf7df2104feac0e54e258 [diff] |
tipc: tipc: convert node list and node hlist to RCU lists Convert tipc_node_list list and node_htable hash list to RCU lists. On read side, the two lists are protected with RCU read lock, and on update side, node_list_lock is applied to them. Signed-off-by: Ying Xue <ying.xue@windriver.com> Reviewed-by: Erik Hugne <erik.hugne@ericsson.com> Reviewed-by: Jon Maloy <jon.maloy@ericsson.com> Signed-off-by: David S. Miller <davem@davemloft.net>