Date: Sun, 11 Apr 2010 11:51:44 +0000 (UTC) From: "Bjoern A. Zeeb" <bz@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/net if.c Message-ID: <201004111152.o3BBq8ex026482@repoman.freebsd.org>
index | next in thread | raw e-mail
bz 2010-04-11 11:51:44 UTC
FreeBSD src repository
Modified files:
sys/net if.c
Log:
SVN rev 206470 on 2010-04-11 11:51:44Z by bz
In if_detach_internal() we cannot hold the af_data lock over the
dom_ifdetach() calls as they might sleep for callout_drain().
Do as we do in if_attachdomain1() [r121470] and handle
if_afdata_initialized earlier and call dom_ifdetach() unlocked.
Discussed with: rwatson
MFC after: 10 days
Revision Changes Path
1.380 +9 -3 src/sys/net/if.c
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201004111152.o3BBq8ex026482>
