From: Ying Xue Date: Mon, 17 Jun 2013 14:54:45 +0000 (-0400) Subject: tipc: convert config_lock from spinlock to mutex X-Git-Tag: v3.11-rc1~16^2~73^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=28e5297281ab85d636aa814a9b65cfb99375d092;p=pandora-kernel.git 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 Signed-off-by: Jon Maloy Signed-off-by: Paul Gortmaker Signed-off-by: David S. Miller --- Reading git-diff-tree failed