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