From owner-cvs-sys Fri Feb 28 09:56:30 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id JAA08238 for cvs-sys-outgoing; Fri, 28 Feb 1997 09:56:30 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id JAA08229; Fri, 28 Feb 1997 09:56:29 -0800 (PST) Date: Fri, 28 Feb 1997 09:56:29 -0800 (PST) From: Bruce Evans Message-Id: <199702281756.JAA08229@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/nfs nfs_vnops.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 97/02/28 09:56:28 Modified: sys/nfs nfs_vnops.c Log: Fixed a panic in nfs_writevp(). Lite2 provided a fix for a silly missing-parentheses bug, but this exposed a misplaced vfs_busy_pages(). This bug cost a factor of 2.5-3 in nfsv3 write performance! It should be fixed in 2.2. Removed some debugging code that gets triggered often in normal operation. There are still many backwards diagnostics (#define DIAGNOSTIC gives no diagnostics). Submitted by: vfs_busy_pages() fix by dfr Revision Changes Path 1.43 +2 -5 src/sys/nfs/nfs_vnops.c