[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20170125.231625.778055316669261176.davem@davemloft.net>
Date: Wed, 25 Jan 2017 23:16:25 -0500 (EST)
From: David Miller <davem@...emloft.net>
To: arnd@...db.de
Cc: stephen@...workplumber.org, linus.luessing@...3.blue,
nikolay@...ulusnetworks.com, nbd@....name,
bridge@...ts.linux-foundation.org, netdev@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH] [net-next] bridge: move maybe_deliver_addr() inside
#ifdef
From: Arnd Bergmann <arnd@...db.de>
Date: Wed, 25 Jan 2017 23:29:33 +0100
> The only caller of this new function is inside of an #ifdef checking
> for CONFIG_BRIDGE_IGMP_SNOOPING, so we should move the implementation
> there too, in order to avoid this harmless warning:
>
> net/bridge/br_forward.c:177:13: error: 'maybe_deliver_addr' defined but not used [-Werror=unused-function]
>
> Fixes: 6db6f0eae605 ("bridge: multicast to unicast")
> Signed-off-by: Arnd Bergmann <arnd@...db.de>
Applied, thank you.
Powered by blists - more mailing lists