From owner-cvs-all@FreeBSD.ORG Tue Jul 22 18:34:20 2008 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BDD82106567A; Tue, 22 Jul 2008 18:34:20 +0000 (UTC) (envelope-from alc@cs.rice.edu) Received: from mail.cs.rice.edu (mail.cs.rice.edu [128.42.1.31]) by mx1.freebsd.org (Postfix) with ESMTP id 8F73C8FC1C; Tue, 22 Jul 2008 18:34:20 +0000 (UTC) (envelope-from alc@cs.rice.edu) Received: from mail.cs.rice.edu (localhost.localdomain [127.0.0.1]) by mail.cs.rice.edu (Postfix) with ESMTP id D97A92C2C54; Tue, 22 Jul 2008 13:34:19 -0500 (CDT) X-Virus-Scanned: by amavis-2.4.0 at mail.cs.rice.edu Received: from mail.cs.rice.edu ([127.0.0.1]) by mail.cs.rice.edu (mail.cs.rice.edu [127.0.0.1]) (amavisd-new, port 10024) with LMTP id h3L5REryAWRx; Tue, 22 Jul 2008 13:34:19 -0500 (CDT) Received: from [216.63.78.18] (adsl-216-63-78-18.dsl.hstntx.swbell.net [216.63.78.18]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.cs.rice.edu (Postfix) with ESMTP id 172172C2A91; Tue, 22 Jul 2008 13:34:19 -0500 (CDT) Message-ID: <4886282A.6020304@cs.rice.edu> Date: Tue, 22 Jul 2008 13:34:18 -0500 From: Alan Cox User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.13) Gecko/20070805 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Attilio Rao References: <200807200414.m6K4E74U014234@repoman.freebsd.org> <3bbf2fe10807200907t402892f6pbe26a9abd4a7d695@mail.gmail.com> In-Reply-To: <3bbf2fe10807200907t402892f6pbe26a9abd4a7d695@mail.gmail.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: Alan Cox , cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/kern vfs_bio.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jul 2008 18:34:20 -0000 Attilio Rao wrote: >2008/7/20, Alan Cox : > > >>alc 2008-07-20 04:13:51 UTC >> >> FreeBSD src repository >> >> Modified files: >> sys/kern vfs_bio.c >> Log: >> SVN rev 180625 on 2008-07-20 04:13:51Z by alc >> >> Eliminate dead code. (The commit message for revision 1.287 explains why >> this code is dead.) >> >> Revision Changes Path >> 1.543 +0 -13 src/sys/kern/vfs_bio.c >> >> > >Not related directly to this change but last time I tried >VFS_BIO_DEBUG kernel was freezing without any explanation neither >useful messages. > >Do you know if the option still works? >In the opposite case it would worth to axe it or such. > > Sorry, I don't know. Alan