net: add a list_head parameter to dellink() method
authorEric Dumazet <eric.dumazet@gmail.com>
Tue, 27 Oct 2009 07:06:36 +0000 (07:06 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 28 Oct 2009 09:22:07 +0000 (02:22 -0700)
commit23289a37e2b127dfc4de1313fba15bb4c9f0cd5b
tree209edb2cb43dedb97477e1297873ada4759a1066
parent9b5e383c11b08784eb0087617f880077982ef769
net: add a list_head parameter to dellink() method

Adding a list_head parameter to rtnl_link_ops->dellink() methods
allow us to queue devices on a list, in order to dismantle
them all at once.

Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/macvlan.c
drivers/net/veth.c
include/net/rtnetlink.h
net/8021q/vlan.c
net/8021q/vlan.h
net/core/dev.c
net/core/rtnetlink.c