aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc/addr.c
diff options
context:
space:
mode:
authorYing Xue <[email protected]>2015-01-09 07:27:07 +0000
committerDavid S. Miller <[email protected]>2015-01-12 21:24:33 +0000
commit1da465683a93142488a54a9038155f23d6349441 (patch)
tree95ccbeb4302d4b18fe0e12bfbb2b6b819ad84614 /net/tipc/addr.c
parenttipc: make bearer list support net namespace (diff)
downloadkernel-1da465683a93142488a54a9038155f23d6349441.tar.gz
kernel-1da465683a93142488a54a9038155f23d6349441.zip
tipc: make tipc broadcast link support net namespace
TIPC broadcast link is statically established and its relevant states are maintained with the global variables: "bcbearer", "bclink" and "bcl". Allowing different namespace to own different broadcast link instances, these variables must be moved to tipc_net structure and broadcast link instances would be allocated and initialized when namespace is created. Signed-off-by: Ying Xue <[email protected]> Tested-by: Tero Aho <[email protected]> Reviewed-by: Jon Maloy <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'net/tipc/addr.c')
-rw-r--r--net/tipc/addr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/tipc/addr.c b/net/tipc/addr.c
index 357b74b26f9e..9e6eeb450fe1 100644
--- a/net/tipc/addr.c
+++ b/net/tipc/addr.c
@@ -34,7 +34,7 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
-#include "core.h"
+#include <linux/kernel.h>
#include "addr.h"
/**