From owner-cvs-src@FreeBSD.ORG Fri Mar 14 00:56:49 2008 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 89F801065678 for ; Fri, 14 Mar 2008 00:56:49 +0000 (UTC) (envelope-from cokane@freebsd.org) Received: from QMTA02.westchester.pa.mail.comcast.net (qmta02.westchester.pa.mail.comcast.net [76.96.62.24]) by mx1.freebsd.org (Postfix) with ESMTP id 242A28FC14 for ; Fri, 14 Mar 2008 00:56:49 +0000 (UTC) (envelope-from cokane@freebsd.org) Received: from OMTA13.westchester.pa.mail.comcast.net ([76.96.62.52]) by QMTA02.westchester.pa.mail.comcast.net with comcast id 0oZh1Z00717dt5G5201p00; Fri, 14 Mar 2008 00:56:03 +0000 Received: from discordia ([24.61.189.203]) by OMTA13.westchester.pa.mail.comcast.net with comcast id 0owm1Z0034PktZC3Z00000; Fri, 14 Mar 2008 00:56:46 +0000 X-Authority-Analysis: v=1.0 c=1 a=hqFkFEcCLQ8A:10 a=c5sTgUsrrxMA:10 a=6I5d2MoRAAAA:8 a=ogKEQVufbfwcF_oXuqEA:9 a=4avaEX3Zq_TvkuWMvj0A:7 a=marSeebz1WflUbdKR-7REaXNf3AA:4 a=Dqp-bWOt5EsA:10 Received: by discordia (Postfix, from userid 103) id 370471636F9; Thu, 13 Mar 2008 20:56:46 -0400 (EDT) X-Spam-Checker-Version: SpamAssassin 3.1.8-gr1 (2007-02-13) on discordia X-Spam-Level: X-Spam-Status: No, score=-4.4 required=5.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.1.8-gr1 Received: from [172.20.1.3] (erwin.int.cokane.org [172.20.1.3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by discordia (Postfix) with ESMTP id 164EF1636F8; Thu, 13 Mar 2008 20:56:31 -0400 (EDT) Message-ID: <47D9CC76.9020000@FreeBSD.org> Date: Thu, 13 Mar 2008 20:53:10 -0400 From: Coleman Kane Organization: The FreeBSD Project User-Agent: Thunderbird 2.0.0.12 (X11/20080312) MIME-Version: 1.0 To: Robert Watson References: <200803132015.m2DKFndQ008412@repoman.freebsd.org> <20080313215520.X83983@fledge.watson.org> In-Reply-To: <20080313215520.X83983@fledge.watson.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/ufs/ffs ffs_softdep.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: cokane@FreeBSD.org List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Mar 2008 00:56:49 -0000 Robert Watson wrote: > > On Thu, 13 Mar 2008, Coleman Kane wrote: > >> cokane 2008-03-13 20:15:49 UTC >> >> FreeBSD src repository >> >> Modified files: >> sys/ufs/ffs ffs_softdep.c >> Log: >> Replace the non-MPSAFE timeout(9) API in ffs_softdep.c with the MPSAFE >> callout_* API (e.g. callout_init_mtx(9)). This was one of the numerous >> items on the http://wiki.freebsd.org/SMPTODO list. >> >> Reviewed by: imp, obrien, jhb >> MFC after: 1 week > > I might give this one a month to MFC rather than a week -- it can take > a while for bugs in this sort of thing to get diagnosed, especially > with lots of other changes in the tree at the same time relating to > schedulers, etc. > > Robert N M Watson > Computer Laboratory > University of Cambridge > Thanks, that's a good idea. I'll hold onto it for a month before it goes into RELENG_7. -- Coleman