commit | 023160bc8f100ad949ebaee0d3a1b7398d938171 | [log] [tgz] |
---|---|---|
author | Ying Xue <ying.xue@windriver.com> | Tue Dec 09 15:17:56 2014 +0800 |
committer | David S. Miller <davem@davemloft.net> | Tue Dec 09 18:27:03 2014 -0500 |
tree | 23c6403901add558eb44802cd9e019434f9dbe39 | |
parent | fb3b596d3c4a8b6e3867079794856637db4e5283 [diff] |
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 <dan.carpenter@oracle.com> Signed-off-by: Ying Xue <ying.xue@windriver.com> Signed-off-by: David S. Miller <davem@davemloft.net>