From: Allan Stephens Date: Thu, 7 Apr 2011 17:57:25 +0000 (-0400) Subject: tipc: Fix node lock problems during broadcast message reception X-Git-Tag: v3.2-rc1~129^2~251^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5d3c488dfe5f797d9f3cee2e8928aad8a2f6e44f;p=pandora-kernel.git tipc: Fix node lock problems during broadcast message reception Modifies TIPC's incoming broadcast packet handler to ensure that the node lock associated with the sender of the packet is held whenever node-related data structure fields are accessed. The routine is also restructured with a single exit point, making it easier to ensure the node lock is properly released and the incoming packet is properly disposed of. Signed-off-by: Allan Stephens Signed-off-by: Paul Gortmaker --- Reading git-diff-tree failed