Subject: changed files: 'src/sys/nfs nfs_vnops.c'
To: None <source-changes>
From: Paul Kranenburg <pk>
List: source-changes
Date: 12/16/1993 08:43:39
Update of /b/source/CVS/src/sys/nfs
In directory sun-lamp.cs.berkeley.edu:/d/users/pk/src/sys/nfs

Modified Files:
	nfs_vnops.c 
Log Message:
Avoid dereferencing NULL pointer in nfs_doio() when B_PHYS is on.
Remove comment talking about nfsiomaps that we don't have.
Always use credentials that are in the buffer header, in stead of trying
to get them from pageproc, which may once have been necessary to push pages
to swap (cannot imaging anyone having exercised this over NFS though).


------------------------------------------------------------------------------