Re: [net-2.6][DRIVER][VETH] fix dev refcount race

2008-02-20 Thread David Miller
From: Daniel Lezcano <[EMAIL PROTECTED]> Date: Tue, 19 Feb 2008 17:18:00 +0100 > veth: fix dev refcount race > > When deleting the veth driver, veth_close calls netif_carrier_off > for the two extremities of the network device. netif_carrier_off on > the peer device will fire an event and hold a

Re: [net-2.6][DRIVER][VETH] fix dev refcount race

2008-02-19 Thread Pavel Emelyanov
Daniel Lezcano wrote: > Subject: veth fix dev refcount race > From: Daniel Lezcano <[EMAIL PROTECTED]> > > When deleting the veth driver, veth_close calls netif_carrier_off > for the two extremities of the network device. netif_carrier_off on > the peer device will fire an event and hold a referen

[net-2.6][DRIVER][VETH] fix dev refcount race

2008-02-19 Thread Daniel Lezcano
Subject: veth fix dev refcount race From: Daniel Lezcano <[EMAIL PROTECTED]> When deleting the veth driver, veth_close calls netif_carrier_off for the two extremities of the network device. netif_carrier_off on the peer device will fire an event and hold a reference on the peer device. Just afte