From owner-cvs-src@FreeBSD.ORG Sun Jul 20 16:08:02 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 1FAA6106564A for ; Sun, 20 Jul 2008 16:08:02 +0000 (UTC) (envelope-from asmrookie@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.153]) by mx1.freebsd.org (Postfix) with ESMTP id A0E968FC22 for ; Sun, 20 Jul 2008 16:08:00 +0000 (UTC) (envelope-from asmrookie@gmail.com) Received: by fg-out-1718.google.com with SMTP id l26so671362fgb.35 for ; Sun, 20 Jul 2008 09:07:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender :to:subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references :x-google-sender-auth; bh=9J2nRCAmQ2aWCWrkfUZgzMhM9Wq/vmjEx7PS837SErI=; b=GQslUil5txa84NEvPoS9Yc6uHDzREYK5v0XmYzDcjFx4eI3aF8ObCKkHs+z2HafvGq dkLd7GsN0AGDJGseGe9DQoNY0zegrc0mPsGegp4A2w5uq4nE+Q7bMsS9egRJXVUiiWut MnRq/NNzKPhaFeVsKt7IVH/alhp5qj3k6fYUU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references:x-google-sender-auth; b=sCJeC5Z2q64svqa5NkUj6DxSZmd9YaupESZxPYnXrjKbf8WVs1a2UJqxD2+zvoODnp vh2iFHC7psQ8fokBm3lWgQE+hr1qmYC4QuvqmrDe4tZ1KEoW++W/pfimyUV+qfA8NBBE b5CRQdBcNId4AY2MWWBLMOjpIGJCCBFaKwqXE= Received: by 10.86.26.1 with SMTP id 1mr2251661fgz.35.1216570078999; Sun, 20 Jul 2008 09:07:58 -0700 (PDT) Received: by 10.86.2.18 with HTTP; Sun, 20 Jul 2008 09:07:58 -0700 (PDT) Message-ID: <3bbf2fe10807200907t402892f6pbe26a9abd4a7d695@mail.gmail.com> Date: Sun, 20 Jul 2008 18:07:58 +0200 From: "Attilio Rao" Sender: asmrookie@gmail.com To: "Alan Cox" In-Reply-To: <200807200414.m6K4E74U014234@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200807200414.m6K4E74U014234@repoman.freebsd.org> X-Google-Sender-Auth: 4f55c6d666438d26 Cc: 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-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Jul 2008 16:08:02 -0000 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. Thanks, Attilio -- Peace can only be achieved by understanding - A. Einstein