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 13:50:04
mycroft
Fri Feb  9 13:47:52 EST 1996
Update of /a/cvsroot/src/sys/miscfs/procfs
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv26244

Modified Files:
	procfs.h 
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.