From owner-freebsd-current@FreeBSD.ORG Thu Sep 8 07:50:06 2005 Return-Path: X-Original-To: freebsd-current@FreeBSD.org Delivered-To: freebsd-current@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4192916A41F for ; Thu, 8 Sep 2005 07:50:06 +0000 (GMT) (envelope-from truckman@FreeBSD.org) Received: from gw.catspoiler.org (217-ip-163.nccn.net [209.79.217.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB4AF43D48 for ; Thu, 8 Sep 2005 07:50:05 +0000 (GMT) (envelope-from truckman@FreeBSD.org) Received: from FreeBSD.org (mousie.catspoiler.org [192.168.101.2]) by gw.catspoiler.org (8.13.3/8.13.3) with ESMTP id j887nt2i038384; Thu, 8 Sep 2005 00:49:59 -0700 (PDT) (envelope-from truckman@FreeBSD.org) Message-Id: <200509080749.j887nt2i038384@gw.catspoiler.org> Date: Thu, 8 Sep 2005 00:49:55 -0700 (PDT) From: Don Lewis To: killing@multiplay.co.uk In-Reply-To: <001d01c5b447$43f7fb10$b3db87d4@multiplay.co.uk> MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii Cc: freebsd-current@FreeBSD.org, kabaev@gmail.com Subject: Re: Odd performance problem (hitching) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Sep 2005 07:50:06 -0000 On 8 Sep, Steven Hartland wrote: > There was a vfs patch a while back which fixed an FS based > hitching problem for us here but would have thought that > would be in current by now. > Patch was for usr/src/sys/kern/vfs_bio.c > it added a "while (flushed != target) {" loop. ? Looks like it was committed to vfs_bio.c 1.487 on June 8th, which was before the RELENG_6 branch.