From owner-freebsd-bugs@FreeBSD.ORG Wed Nov 2 10:40:19 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C1A3B16A41F for ; Wed, 2 Nov 2005 10:40:19 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3F8C643D53 for ; Wed, 2 Nov 2005 10:40:18 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id jA2AeIPB077999 for ; Wed, 2 Nov 2005 10:40:18 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id jA2AeHbx077998; Wed, 2 Nov 2005 10:40:17 GMT (envelope-from gnats) Date: Wed, 2 Nov 2005 10:40:17 GMT Message-Id: <200511021040.jA2AeHbx077998@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Maxim Konovalov Cc: Subject: Re: kern/67919: Why nobody take serious to fix this bug? X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Maxim Konovalov List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Nov 2005 10:40:19 -0000 The following reply was made to PR kern/67919; it has been noted by GNATS. From: Maxim Konovalov To: Uwe Doering Cc: Igor Sysoev , "Cai, Quanqing" , freebsd-current@freebsd.org, bug-followup@freebsd.org, Edwin Groothuis Subject: Re: kern/67919: Why nobody take serious to fix this bug? Date: Wed, 2 Nov 2005 13:34:31 +0300 (MSK) On Mon, 31 Oct 2005, 16:08+0100, Uwe Doering wrote: > Maxim Konovalov wrote: > > [...] > > > > > >I was told the patch is incorrect. It works in certain cases but > > > >incorrect in general. > > > > > >Why is it incorrect ? I'm using it for year. > > > > Because you can't just throw away any chunk of data (e.g. it could be > > a meta-data) without a risk to damage a filesystem. > > I wonder, could it really be meta-data? I was under the impression > that meta-data is a filesystem property and is therefore dealt with > in the filesystem code, through i/o buffers. Isn't the VM pager > responsible for handling object contents (files etc.), only? If so, > it would be unfortunate to throw away pages of data but it certainly > wouldn't damage the filesystem. I'm under different (perhaps incorrect) impression. For the record: ps@ just committed to HEAD a rate limit part of your patch with a slightly different implementation. -- Maxim Konovalov