From: Ying Xue Date: Fri, 9 Jan 2015 07:27:06 +0000 (+0800) Subject: tipc: make bearer list support net namespace X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~134^2~254^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7f9f95d9d9bcdf253c4149a157b096958013eceb;p=pandora-kernel.git tipc: make bearer list support net namespace Bearer list defined as a global variable is used to store bearer instances. When tipc supports net namespace, bearers created in one namespace must be isolated with others allocated in other namespaces, which requires us that the bearer list(bearer_list) must be moved to tipc_net structure. As a result, a net namespace pointer has to be passed to functions which access the bearer list. Signed-off-by: Ying Xue Tested-by: Tero Aho Reviewed-by: Jon Maloy Signed-off-by: David S. Miller --- Reading git-diff-tree failed