Date: Wed, 21 Apr 2010 19:48:40 +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: <201004211948.o3LJmntd065085@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
bz 2010-04-21 19:48:40 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/net if.c Log: SVN rev 207012 on 2010-04-21 19:48:40Z by bz MFC r206470: 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 Revision Changes Path 1.359.2.18 +9 -3 src/sys/net/if.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201004211948.o3LJmntd065085>