aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc/socket.c
diff options
context:
space:
mode:
authorYing Xue <[email protected]>2013-06-17 14:54:45 +0000
committerDavid S. Miller <[email protected]>2013-06-17 22:53:01 +0000
commit28e5297281ab85d636aa814a9b65cfb99375d092 (patch)
tree3e346d9754e58bc805740d91009ef1d0de4b06a3 /net/tipc/socket.c
parenttipc: rename tipc_createport_raw to tipc_createport (diff)
downloadkernel-28e5297281ab85d636aa814a9b65cfb99375d092.tar.gz
kernel-28e5297281ab85d636aa814a9b65cfb99375d092.zip
tipc: convert config_lock from spinlock to mutex
As the configuration server is now running under process context, it's unnecessary for us to have a spinlock serializing the TIPC configuration process. Instead, we replace it with a mutex lock, which gives us more freedom. For instance, we can now call pre-emptable functions within the protected area. Signed-off-by: Ying Xue <[email protected]> Signed-off-by: Jon Maloy <[email protected]> Signed-off-by: Paul Gortmaker <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'net/tipc/socket.c')
0 files changed, 0 insertions, 0 deletions