From: Nikolay Aleksandrov <nikolay@xxxxxxxxxxxxxxxxxxx> Hi, This is the second follow-up set with one fix (patch 01) and more cleanups (patches 02,03 and 04). These are minor compared to the previous ones and should be the last before taking on the optimization changes on the fast-path. Cheers, Nik Nikolay Aleksandrov (4): bridge: vlan: use rcu list for the ordered vlan list bridge: vlan: use br_vlan_(get|put)_master to deal with refcounts bridge: vlan: drop master_flags from __vlan_add bridge: vlan: use br_vlan_should_use to simplify __vlan_add/del net/bridge/br_netlink.c | 10 ++++- net/bridge/br_private.h | 2 +- net/bridge/br_vlan.c | 102 +++++++++++++++++++++++++++--------------------- 3 files changed, 66 insertions(+), 48 deletions(-) -- 2.4.3