aboutsummaryrefslogtreecommitdiffstats
path: root/net/8021q/vlan_dev.c
diff options
context:
space:
mode:
authorEric Dumazet <eric.dumazet@gmail.com>2011-05-09 04:40:44 +0000
committerDavid S. Miller <davem@davemloft.net>2011-05-09 11:41:41 -0700
commit48752e1b1802231ef2a076f34d861918b7d571c3 (patch)
treed4be28aa585dd24e3ebe456748a4d92a841882d3 /net/8021q/vlan_dev.c
parentgarp: remove one synchronize_rcu() call (diff)
downloadlinux-dev-48752e1b1802231ef2a076f34d861918b7d571c3.tar.xz
linux-dev-48752e1b1802231ef2a076f34d861918b7d571c3.zip
vlan: remove one synchronize_net() call
At VLAN dismantle phase, unregister_vlan_dev() makes one synchronize_net() call after vlan_group_set_device(grp, vlan_id, NULL). This call can be safely removed because we are calling unregister_netdevice_queue() to queue device for deletion, and this process needs at least one rcu grace period to complete. Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> Cc: Ben Greear <greearb@candelatech.com> Cc: Patrick McHardy <kaber@trash.net> Cc: Paul E. McKenney <paulmck@linux.vnet.ibm.com> Cc: Jesse Gross <jesse@nicira.com> Cc: Michał Mirosław <mirq-linux@rere.qmqm.pl> Acked-by: Jesse Gross <jesse@nicira.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/8021q/vlan_dev.c')
0 files changed, 0 insertions, 0 deletions