Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: The Source of All Evil <source@NetBSD.ORG>
List: source-changes
Date: 02/09/1996 10:50:09
mycroft
Fri Feb  9 10:47:16 EST 1996
Update of /a/cvsroot/src/sys/nfs
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv22820

Modified Files:
	nfs_serv.c 
Log Message:
Fix vop_link, vop_symlink, and vop_remove semantics in several ways:
* Change the argument names to vop_link so they actually make sense.
* Implement vop_link and vop_symlink for all file systems, so they do proper
  cleanup.
* Require the file system to decide whether or not linking and unlinking of
  directories is allowed, and disable it for all current file systems.
(Also, remove the cross-device link check, that was moved into the file
systems some time ago.)