Message ID | 20230726143141.11704-1-yuehaibing@huawei.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 4d66f235c7904576a7df396791b96bc7d259507b |
Delegated to: | Netdev Maintainers |
Headers | show |
Series | [net-next] bridge: Remove unused declaration br_multicast_set_hash_max() | expand |
On Wed, Jul 26, 2023 at 10:31:41PM +0800, YueHaibing wrote: > Since commit 19e3a9c90c53 ("net: bridge: convert multicast to generic rhashtable") > this is not used, so can remove it. > > Signed-off-by: YueHaibing <yuehaibing@huawei.com> Reviewed-by: Simon Horman <simon.horman@corigine.com>
On 7/26/23 17:31, YueHaibing wrote: > Since commit 19e3a9c90c53 ("net: bridge: convert multicast to generic rhashtable") > this is not used, so can remove it. > > Signed-off-by: YueHaibing <yuehaibing@huawei.com> > --- > net/bridge/br_private.h | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/net/bridge/br_private.h b/net/bridge/br_private.h > index 51e4ca54b537..a1f4acfa6994 100644 > --- a/net/bridge/br_private.h > +++ b/net/bridge/br_private.h > @@ -974,7 +974,6 @@ int br_multicast_set_vlan_router(struct net_bridge_vlan *v, u8 mcast_router); > int br_multicast_toggle(struct net_bridge *br, unsigned long val, > struct netlink_ext_ack *extack); > int br_multicast_set_querier(struct net_bridge_mcast *brmctx, unsigned long val); > -int br_multicast_set_hash_max(struct net_bridge *br, unsigned long val); > int br_multicast_set_igmp_version(struct net_bridge_mcast *brmctx, > unsigned long val); > #if IS_ENABLED(CONFIG_IPV6) Acked-by: Nikolay Aleksandrov <razor@blackwall.org>
Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski <kuba@kernel.org>: On Wed, 26 Jul 2023 22:31:41 +0800 you wrote: > Since commit 19e3a9c90c53 ("net: bridge: convert multicast to generic rhashtable") > this is not used, so can remove it. > > Signed-off-by: YueHaibing <yuehaibing@huawei.com> > --- > net/bridge/br_private.h | 1 - > 1 file changed, 1 deletion(-) Here is the summary with links: - [net-next] bridge: Remove unused declaration br_multicast_set_hash_max() https://git.kernel.org/netdev/net-next/c/4d66f235c790 You are awesome, thank you!
diff --git a/net/bridge/br_private.h b/net/bridge/br_private.h index 51e4ca54b537..a1f4acfa6994 100644 --- a/net/bridge/br_private.h +++ b/net/bridge/br_private.h @@ -974,7 +974,6 @@ int br_multicast_set_vlan_router(struct net_bridge_vlan *v, u8 mcast_router); int br_multicast_toggle(struct net_bridge *br, unsigned long val, struct netlink_ext_ack *extack); int br_multicast_set_querier(struct net_bridge_mcast *brmctx, unsigned long val); -int br_multicast_set_hash_max(struct net_bridge *br, unsigned long val); int br_multicast_set_igmp_version(struct net_bridge_mcast *brmctx, unsigned long val); #if IS_ENABLED(CONFIG_IPV6)
Since commit 19e3a9c90c53 ("net: bridge: convert multicast to generic rhashtable") this is not used, so can remove it. Signed-off-by: YueHaibing <yuehaibing@huawei.com> --- net/bridge/br_private.h | 1 - 1 file changed, 1 deletion(-)