From: Jon Paul Maloy Date: Wed, 12 Mar 2014 15:31:07 +0000 (-0400) Subject: tipc: replace reference table rwlock with spinlock X-Git-Tag: v3.15-rc1~113^2~171^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=978813ee89674fdb6bb6585153166b7603173cd2;p=pandora-kernel.git tipc: replace reference table rwlock with spinlock The lock for protecting the reference table is declared as an RWLOCK, although it is only used in write mode, never in read mode. We redefine it to become a spinlock. Signed-off-by: Jon Maloy Reviewed-by: Ying Xue Reviewed-by: Erik Hugne Signed-off-by: David S. Miller --- Reading git-diff-tree failed