Thread (3 messages) 3 messages, 3 authors, 2021-10-13

Re: [PATCH net-next] net: bridge: make use of helper netif_is_bridge_master()

From: Jakub Kicinski <kuba@kernel.org>
Date: 2021-10-13 20:33:34
Also in: bridge, lkml, netfilter-devel

On Tue, 12 Oct 2021 23:18:09 +0900 Kyungrok Chung wrote:
Make use of netdev helper functions to improve code readability.
Replace 'dev->priv_flags & IFF_EBRIDGE' with netif_is_bridge_master(dev).

Signed-off-by: Kyungrok Chung <redacted>
Why leave these out?

net/batman-adv/multicast.c:     } while (upper && !(upper->priv_flags & IFF_EBRIDGE));
net/core/rtnetlink.c:                               !(dev->priv_flags & IFF_EBRIDGE))
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help