Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Jan 1998 22:14:28 -0800 (PST)
From:      John Dyson <dyson@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG
Subject:   cvs commit: src/sys/nfs nfs_vnops.c
Message-ID:  <199801250614.WAA24061@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
dyson       1998/01/24 22:14:27 PST

  Modified files:
    sys/nfs              nfs_vnops.c 
  Log:
  Various NFS fixes:
  	Make vfs_bio buffer mgmt work better.
  	Buffers were being used after brelse.
  	Make nfs_getpages work independently of other NFS
  		interfaces.  This eliminates some difficult
  		recursion problems and decreases pagefault
  		overhead.
  	Remove an erroneous vfs_unbusy_pages.
  	Fix a reentrancy problem, with nfs_vinvalbuf when
  		vnode is already being rundown.
  	Reassignbuf wasn't being called when needed under
  		certain circumstances.
  
  	(Thanks for help from Bill Paul.)
  
  Revision  Changes    Path
  1.76      +13 -7     src/sys/nfs/nfs_vnops.c



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