From: Ying Xue Date: Fri, 9 Jan 2015 07:27:10 +0000 (+0800) Subject: tipc: make tipc node address support net namespace X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~134^2~254^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=347475395434abb2b61bf59c2952470f37072567;p=pandora-kernel.git tipc: make tipc node address support net namespace If net namespace is supported in tipc, each namespace will be treated as a separate tipc node. Therefore, every namespace must own its private tipc node address. This means the "tipc_own_addr" global variable of node address must be moved to tipc_net structure to satisfy the requirement. It's turned out that users also can assign node address for every namespace. Signed-off-by: Ying Xue Tested-by: Tero Aho Reviewed-by: Jon Maloy Signed-off-by: David S. Miller --- Reading git-diff-tree failed