aboutsummaryrefslogtreecommitdiff
path: root/libdiskfs/io-revoke.c
Commit message (Collapse)AuthorAgeFilesLines
* 1999-02-28 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-02-281-3/+2
| | | | | * io-revoke.c (diskfs_S_io_revoke): Use ports_class_iterate. * readonly.c (diskfs_set_readonly): Likewise.
* Mon Feb 22 04:28:56 1999 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-02-221-0/+2
| | | | | * io-revoke.c (diskfs_S_io_revoke): Protect the actual revocation by blocking all other rpcs.
* Sat Feb 20 20:46:21 1999 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-02-211-6/+4
| | | | | * io-revoke.c (diskfs_S_io_revoke): Release NP->lock before beginning iteration.
* 1999-02-16 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-02-171-9/+7
| | | | * io-revoke.c (diskfs_S_io_revoke): Fix typo in 1999-02-16 change.
* minor repairsThomas Bushnell1999-02-161-2/+5
|
* Tue Feb 16 05:31:23 1999 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-02-161-0/+59
* io-revoke.c: New file. * Makefile (IOSRCS): Add io-revoke.c.