From: YOSHIFUJI Hideaki <[EMAIL PROTECTED]>
Date: Sat, 24 Dec 2005 00:17:33 +0900 (JST)
> Sorry, I introduced a dead-lock by the latest NETDEV_CHANGE patch.
> We need to relesae ifp->lock before we call addrconf_dad_stop(),
> which will hold ifp->lock.
>
> Please apply this.
>
> Signed-off-by: Y
Hello.
Sorry, I introduced a dead-lock by the latest NETDEV_CHANGE patch.
We need to relesae ifp->lock before we call addrconf_dad_stop(),
which will hold ifp->lock.
Please apply this.
Signed-off-by: YOSHIFUJI Hideaki <[EMAIL PROTECTED]>
diff --git a/net/ipv6/addrconf.c b/net/ipv6/addrconf.c
in