]> git.baikalelectronics.ru Git - kernel.git/commit
net: bridge: fix br_vlan_filter_toggle stub when CONFIG_BRIDGE_VLAN_FILTERING=n
authorVladimir Oltean <vladimir.oltean@nxp.com>
Mon, 15 Feb 2021 21:09:12 +0000 (23:09 +0200)
committerDavid S. Miller <davem@davemloft.net>
Mon, 15 Feb 2021 21:15:10 +0000 (13:15 -0800)
commit65fc7a9233923a8cc9882e40a22a69d75e03c700
tree5d47c91c0993b3e8ef032618759e4c0bc392026c
parent22bfa1e76085677176d3f4b9f8acb0ab5f31a353
net: bridge: fix br_vlan_filter_toggle stub when CONFIG_BRIDGE_VLAN_FILTERING=n

The prototype of br_vlan_filter_toggle was updated to include a netlink
extack, but the stub definition wasn't, which results in a build error
when CONFIG_BRIDGE_VLAN_FILTERING=n.

Fixes: 6b76bfa69ec2 ("net: bridge: propagate extack through store_bridge_parm")
Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/bridge/br_private.h