From owner-freebsd-current Tue Jan 6 12:34:11 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id MAA18637 for current-outgoing; Tue, 6 Jan 1998 12:34:11 -0800 (PST) (envelope-from owner-freebsd-current) Received: from home.dragondata.com (toasty@home.dragondata.com [204.137.237.2]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id MAA18617 for ; Tue, 6 Jan 1998 12:34:01 -0800 (PST) (envelope-from toasty@home.dragondata.com) Received: (from toasty@localhost) by home.dragondata.com (8.8.5/8.8.5) id OAA12976; Tue, 6 Jan 1998 14:33:57 -0600 (CST) From: Kevin Day Message-Id: <199801062033.OAA12976@home.dragondata.com> Subject: Re: New NFS saga In-Reply-To: <19980106142041.59269@mcs.net> from Karl Denninger at "Jan 6, 98 02:20:41 pm" To: karl@mcs.net (Karl Denninger) Date: Tue, 6 Jan 1998 14:33:57 -0600 (CST) Cc: current@freebsd.org X-Mailer: ELM [version 2.4ME+ PL31 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > On Tue, Jan 06, 1998 at 01:06:43PM -0600, Kevin Day wrote: > > > > Does this help anyone? > > > > Kevin > > Did you, after updating the sources from last night, back down nfs_bio.c to > v1.41 again? > > If not, try that. > > Note that I have NOT played with the kernel since John started his green > commits, so I don't know if this is a good idea or suicidal :-) > I don't believe that's necessary any more... dyson 1997/12/07 16:59:10 PST Modified files: sys/nfs nfs_bio.c Log: Various of the ISP users have commented that the 1.41 version of the nfs_bio.c code worked better than the 1.44. This commit reverts the important parts of 1.44 to 1.41, and we will fix it when we can get a handle on the problem. Revision Changes Path 1.45 +19 -115 src/sys/nfs/nfs_bio.c Kevin