Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

NetBSD master CVS tree commits



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.)




Home | Main Index | Thread Index | Old Index