From: Allan Stephens Date: Thu, 26 Apr 2012 20:46:29 +0000 (-0400) Subject: tipc: Optimize re-initialization of configuration service X-Git-Tag: v3.5-rc1~109^2~230^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a2cfd45b52006893fc0d0e850d187d30f86a39dc;p=pandora-kernel.git tipc: Optimize re-initialization of configuration service Streamlines the job of re-initializing TIPC's configuration service when a node's network address is first assigned. Rather than destroying the configuration server port and then recreating it, TIPC now simply withdraws the existing {0,<0.0.0>} name publication and creates a new {0,} name publication that identifies the node's network address to interested subscribers. Signed-off-by: Allan Stephens Signed-off-by: Paul Gortmaker --- Reading git-diff-tree failed