From: Allan Stephens Date: Tue, 8 Nov 2011 18:48:28 +0000 (-0500) Subject: tipc: Eliminate support for tipc_mode global variable X-Git-Tag: v3.4-rc1~177^2~171^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b58343f9ea75f02ef48b984767511c6b3ba76eaf;p=pandora-kernel.git tipc: Eliminate support for tipc_mode global variable Removes all references to the global variable that records whether TIPC is running in "single node" mode or "network" mode, since this information can be easily deduced from the global variable that records TIPC's network address. (i.e. a non-zero network address means that TIPC is running in network mode.) The changes made update most existing mode-based checks to use the network address global variable. A few checks that are no longer needed are removed entirely, along with any associated code lying on non-executable control paths. Signed-off-by: Allan Stephens Signed-off-by: Paul Gortmaker --- Reading git-diff-tree failed