From: Ying Xue Date: Tue, 9 Dec 2014 07:17:56 +0000 (+0800) Subject: tipc: avoid double lock 'spin_lock:&seq->lock' X-Git-Tag: omap-for-v3.20/drop-legacy-3517~122^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=023160bc8f100ad949ebaee0d3a1b7398d938171;p=pandora-kernel.git tipc: avoid double lock 'spin_lock:&seq->lock' The commit fb9962f3cefe ("tipc: ensure all name sequences are properly protected with its lock") involves below errors: net/tipc/name_table.c:980 tipc_purge_publications() error: double lock 'spin_lock:&seq->lock' Reported-by: Dan Carpenter Signed-off-by: Ying Xue Signed-off-by: David S. Miller --- Reading git-diff-tree failed