Re: [Bridge] [PATCH net-next] net: bridge: mcast: remove unused br_ip_equal function

2019-04-04 Thread David Miller
From: Nikolay Aleksandrov Date: Wed, 3 Apr 2019 23:44:18 +0300 > Since the mcast conversion to rhashtable this function has been unused, so > remove it. > > Signed-off-by: Nikolay Aleksandrov Another reason to not use inline functions in foo.c files :-) Applied, thanks Nikolay.

[Bridge] [PATCH net-next] net: bridge: mcast: remove unused br_ip_equal function

2019-04-03 Thread Nikolay Aleksandrov
Since the mcast conversion to rhashtable this function has been unused, so remove it. Signed-off-by: Nikolay Aleksandrov --- net/bridge/br_multicast.c | 17 - 1 file changed, 17 deletions(-) diff --git a/net/bridge/br_multicast.c b/net/bridge/br_multicast.c index