On Thursday 28 April 2016 22:37:20 Andrew Lunn wrote: > Debugfs is not netns aware. It thus has problems when the same > interface name exists in multiple network name spaces. > > Work around this by not creating entries for interfaces in name spaces > other than the default name space. This means meshes in network > namespaces cannot be managed via debugfs, but there will soon be a > netlink interface which is netns aware. > > Signed-off-by: Andrew Lunn <[email protected]> > --- > net/batman-adv/debugfs.c | 19 ++++++++++++++++++- > 1 file changed, 18 insertions(+), 1 deletion(-)
You can find the missing includes in the attached patch
Kind regards,
SvenFrom: Sven Eckelmann <[email protected]> Date: Fri, 29 Apr 2016 20:29:25 +0200 Subject: [PATCH] missing includes 2 --- net/batman-adv/debugfs.c | 1 + 1 file changed, 1 insertion(+) diff --git a/net/batman-adv/debugfs.c b/net/batman-adv/debugfs.c index 4a43ee1..e54f0da 100644 --- a/net/batman-adv/debugfs.c +++ b/net/batman-adv/debugfs.c @@ -42,6 +42,7 @@ #include <linux/types.h> #include <linux/uaccess.h> #include <linux/wait.h> +#include <net/net_namespace.h> #include <stdarg.h> #include "bridge_loop_avoidance.h"
signature.asc
Description: This is a digitally signed message part.
