Re: [PATCH net-next] bridge: mrp: Use hlist_head instead of list_head for mrp

From: Jakub Kicinski
Date: Mon Nov 09 2020 - 20:11:33 EST


On Fri, 6 Nov 2020 22:50:49 +0100 Horatiu Vultur wrote:
> Replace list_head with hlist_head for MRP list under the bridge.
> There is no need for a circular list when a linear list will work.
> This will also decrease the size of 'struct net_bridge'.
>
> Signed-off-by: Horatiu Vultur <horatiu.vultur@xxxxxxxxxxxxx>

Applied, thanks!