Re: [PATCH] [IPV6]: Fix dead lock.

2005-12-23 Thread David S. Miller
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

[PATCH] [IPV6]: Fix dead lock.

2005-12-23 Thread YOSHIFUJI Hideaki / 吉藤英明
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