Re: [PATCH v3 net-next 1/5] net: bridge: Rename mglist to host_joined
From: Nikolay Aleksandrov <hidden>
Date: 2017-11-08 01:31:45
From: Nikolay Aleksandrov <hidden>
Date: 2017-11-08 01:31:45
On 7.11.2017 01:26, Andrew Lunn wrote:
The boolean mglist indicates the host has joined a particular multicast group on the bridge interface. It is badly named, obscuring what is means. Rename it. Signed-off-by: Andrew Lunn <andrew@lunn.ch> --- net/bridge/br_input.c | 2 +- net/bridge/br_mdb.c | 2 +- net/bridge/br_multicast.c | 14 +++++++------- net/bridge/br_private.h | 2 +- 4 files changed, 10 insertions(+), 10 deletions(-)
Much better, thanks! Acked-by: Nikolay Aleksandrov <redacted>