On Fri, Apr 29, 2016 at 08:07:18PM +0200, Sven Eckelmann wrote:
> 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]>
> > ---
> [...]
> > -__printf(2, 3)
> > +_printf(2, 3)
> > static int batadv_fdebug_log(struct batadv_priv_debug_log *debug_log,
> > const char *fmt, ...)
> > {
>
> I would really like to give this patch a Reviewed-by but this part seems to be
> an accident.
Agreed. This should not be changed.
Andrew