summaryrefslogtreecommitdiff
path: root/libnetfs/ChangeLog
diff options
context:
space:
mode:
authorThomas Bushnell <thomas@gnu.org>1999-02-22 09:48:11 +0000
committerThomas Bushnell <thomas@gnu.org>1999-02-22 09:48:11 +0000
commit384a15cfd8612abe4fb9331dd130cce22130200b (patch)
treedc67a585baa7dca31cf0667c5d1d1c0cb177af3f /libnetfs/ChangeLog
parent6a45922e3e3533dc834c1f48cb12f67e0c506975 (diff)
Mon Feb 22 04:30:18 1999 Thomas Bushnell, BSG <tb@mit.edu>
* io-revoke.c (netfs_S_io_revoke): Protect the revocation by blocking other rpcs.
Diffstat (limited to 'libnetfs/ChangeLog')
-rw-r--r--libnetfs/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/libnetfs/ChangeLog b/libnetfs/ChangeLog
index 9b8011ce..cf54bda3 100644
--- a/libnetfs/ChangeLog
+++ b/libnetfs/ChangeLog
@@ -1,3 +1,8 @@
+Mon Feb 22 04:30:18 1999 Thomas Bushnell, BSG <tb@mit.edu>
+
+ * 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>
* io-revoke.c (netfs_S_io_revoke): Release lock before iteration.