From owner-cvs-src-old@FreeBSD.ORG Wed Apr 21 19:48:49 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8AFC61065670 for ; Wed, 21 Apr 2010 19:48:49 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6025E8FC08 for ; Wed, 21 Apr 2010 19:48:49 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o3LJmnfm065086 for ; Wed, 21 Apr 2010 19:48:49 GMT (envelope-from bz@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o3LJmntd065085 for cvs-src-old@freebsd.org; Wed, 21 Apr 2010 19:48:49 GMT (envelope-from bz@repoman.freebsd.org) Message-Id: <201004211948.o3LJmntd065085@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to bz@repoman.freebsd.org using -f From: "Bjoern A. Zeeb" Date: Wed, 21 Apr 2010 19:48:40 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/net if.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Apr 2010 19:48:49 -0000 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