From: Allan Stephens Date: Wed, 21 May 2008 21:55:04 +0000 (-0700) Subject: tipc: Fix initialization sequence problems when entering network mode X-Git-Tag: v2.6.27-rc1~969^2~409 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=03194379a77b02df3404ec4848a50c6784e9a8a5;p=pandora-kernel.git tipc: Fix initialization sequence problems when entering network mode This patch ensures that TIPC's topology service and configuration service are shut down before switching into "network mode". This ensures that TIPC does not mistakenly try to send unnecessary "publication withdraw" messages to other nodes before it is fully initialized for sending off-node messages. Note that the node's current network address is now updated only after the two services are shut down; this ensures that any existing connections to the topology server are terminated correctly using the old address. Signed-off-by: Allan Stephens Signed-off-by: David S. Miller --- Reading git-diff-tree failed