From: Ying Xue Date: Thu, 27 Mar 2014 04:54:37 +0000 (+0800) Subject: tipc: tipc: convert node list and node hlist to RCU lists X-Git-Tag: v3.15-rc1~113^2~66^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c7a762e70637a256229f9dc9ca793908e8bd01b;p=pandora-kernel.git 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 Reviewed-by: Erik Hugne Reviewed-by: Jon Maloy Signed-off-by: David S. Miller --- Reading git-diff-tree failed