aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc/node.c
diff options
context:
space:
mode:
authorYing Xue <[email protected]>2014-05-05 00:56:09 +0000
committerDavid S. Miller <[email protected]>2014-05-05 21:26:43 +0000
commit5356f3d7d48af72eb2a14b643d5563f068c44fe0 (patch)
treee0ad9803f7fbf71b467ea9bb3e24f64dc673939a /net/tipc/node.c
parentnet: via-rhine: Convert #ifdef USE_MMIO to a runtime flag (diff)
downloadkernel-5356f3d7d48af72eb2a14b643d5563f068c44fe0.tar.gz
kernel-5356f3d7d48af72eb2a14b643d5563f068c44fe0.zip
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 <[email protected]> Reviewed-by: Erik Hugne <[email protected]> Reviewed-by: Jon Maloy <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'net/tipc/node.c')
0 files changed, 0 insertions, 0 deletions