Re: [PATCH net] bridge: mcast: fix disabled snooping after long uptime

From: Jakub Kicinski
Date: Fri Jan 26 2024 - 20:27:35 EST


On Fri, 26 Jan 2024 15:36:07 +0100 Linus Lüssing wrote:
> +static inline void br_multicast_query_delay_expired(struct timer_list *t)
> +{
> +}

nit: let's drop the inline, if it's to suppress a compiler warning
under some configurations - it's better to put an explicit #ifdef
around it.
--
pw-bot: cr