Re: [PATCH net-next v3 2/2] bonding: Add independent control state machine

From: Jakub Kicinski
Date: Tue Jan 23 2024 - 00:14:11 EST


On Mon, 22 Jan 2024 17:58:10 +0000 Aahil Awatramani wrote:
> +static inline void __disable_distributing_port(struct port *port)

The compiler will know what to inline, please drop the "inline"
use in C sources in this patch. It just hides unused function
warnings and serves no real purpose.
--
pw-bot: cr