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)
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>

No differences found