From: Allan Stephens Date: Tue, 17 Aug 2010 11:00:16 +0000 (+0000) Subject: tipc: Prevent missing name table entries when link flip-flops rapidly X-Git-Tag: v2.6.37-rc1~147^2~800 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a68d5ee000bb784c4856391b4861739c8bbd341;p=pandora-kernel.git tipc: Prevent missing name table entries when link flip-flops rapidly Ensure that TIPC does not re-establish communication with a neighboring node until it has finished updating all data structures containing information about that node to reflect the earlier loss of contact. Previously, it was possible for TIPC to perform its purge of name table entries relating to the node once contact had already been re-established, resulting in the unwanted removal of valid name table entries. Signed-off-by: Allan Stephens Signed-off-by: Paul Gortmaker Signed-off-by: David S. Miller --- Reading git-diff-tree failed