From: Ying Xue Date: Mon, 5 May 2014 00:56:09 +0000 (+0800) Subject: tipc: always use tipc_node_lock() to hold node lock X-Git-Tag: omap-for-v3.16/fixes-against-rc1~36^2~275^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5356f3d7d48af72eb2a14b643d5563f068c44fe0;p=pandora-kernel.git tipc: always use tipc_node_lock() to hold node lock Although we obtain node lock with tipc_node_lock() in most time, there are still places where we directly use native spin lock interface to grab node lock. But as we will do more jobs in the future when node lock is released, we should ensure that tipc_node_lock() is always called when node lock is taken. Signed-off-by: Ying Xue Reviewed-by: Erik Hugne Reviewed-by: Jon Maloy Signed-off-by: David S. Miller --- Reading git-diff-tree failed