commit | 307fdf5e7defcacf84db21cda18770b2bf5f5196 | [log] [tgz] |
---|---|---|
author | Allan Stephens <allan.stephens@windriver.com> | Wed Jun 04 17:38:22 2008 -0700 |
committer | David S. Miller <davem@davemloft.net> | Wed Jun 04 17:38:22 2008 -0700 |
tree | 09da0ae6ce3733ba53a68f907a877e2201ea1587 | |
parent | 0f15d36453bbd02d404445dace49f4ae072f44e5 [diff] |
tipc: Add missing spinlock in name table display code This patch ensures that the display code that traverses the publication lists belonging to a name table entry take its associated spinlock, to protect against a possible change to one of its "head of list" pointers caused by a simultaneous name table lookup operation by another thread of control. Signed-off-by: Allan Stephens <allan.stephens@windriver.com> Signed-off-by: David S. Miller <davem@davemloft.net>