aboutsummaryrefslogtreecommitdiff
path: root/libnetfs/io-revoke.c
Commit message (Collapse)AuthorAgeFilesLines
* 2000-12-30 Marcus Brinkmann <marcus@gnu.org>Marcus Brinkmann2000-12-301-4/+3
| | | | | | | | | | | | | | | | | | | | | | * netfs.h (struct node): Adjust comment fixes by last change to be more in line with similar comments elsewhere. * make-node.c (netfs_make_node): Return 0 if malloc does. Reported by Neal H Walfield <neal@cs.uml.edu>. 2000-12-29 Neal H Walfield <neal@cs.uml.edu> * dir-lookup.c (netfs_S_dir_lookup): Do not bother zeroing np, it happens later anyway. Replace bcopy with memcpy. * file-get-translator.c (netfs_S_file_get_translator): Replace bcopy with memcpy. * io-seek.c (netfs_S_io_seek): Only get the lock if we need it. * io-stat.c (netfs_S_io_stat): Replace bcopy with memcpy. * io-write.c (netfs_S_io_write): Wait until the lock is needed. * netfs.h: Complete documentation revision. The locking protocol is now very explicit. * nput.c (netfs_nput): Added comment. * nrele.c (netfs_nrele): Likewise. * set-get-trans.c: Likewise.
* 1999-02-28 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-02-281-3/+2
| | | | * io-revoke.c (netfs_S_io_revoke): Use ports_class_iterate.
* Mon Feb 22 04:30:18 1999 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-02-221-0/+2
| | | | | * io-revoke.c (netfs_S_io_revoke): Protect the revocation by blocking other rpcs.
* Sat Feb 20 20:54:26 1999 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-02-211-6/+4
| | | | * io-revoke.c (netfs_S_io_revoke): Release lock before iteration.
* 1999-02-16 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-02-171-11/+9
| | | | * io-revoke.c (netfs_S_io_revoke): Fix typos.
* minor repairsThomas Bushnell1999-02-161-3/+6
|
* Tue Feb 16 05:37:03 1999 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-02-161-0/+61
* io-revoke.c: New file. * Makefile (IOSRCS): Add iorevoke.c.