Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Feb 1997 09:56:29 -0800 (PST)
From:      Bruce Evans <bde>
To:        CVS-committers, cvs-all, cvs-sys
Subject:   cvs commit:  src/sys/nfs nfs_vnops.c
Message-ID:  <199702281756.JAA08229@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199702281756.JAA08229>