summaryrefslogtreecommitdiff
path: root/nfs/ChangeLog
diff options
context:
space:
mode:
authorThomas Bushnell <thomas@gnu.org>1996-11-05 02:49:37 +0000
committerThomas Bushnell <thomas@gnu.org>1996-11-05 02:49:37 +0000
commit4eb5aea93d0475ca69c5e4538736dfcdc7810a6c (patch)
tree962ba85b320b6caf4d84ff95ea66da875cdfe483 /nfs/ChangeLog
parent2ec3ebf1a5c24c5c4296ebb3d570df6ab86ae855 (diff)
Mon Nov 4 21:23:58 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
* rpc.c (rpc_list_lock): Delete variable. Omit all mention of it throughout this file. Expand the use of outstanding_lock to cover what rpc_list_lock used to handle.
Diffstat (limited to 'nfs/ChangeLog')
-rw-r--r--nfs/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/nfs/ChangeLog b/nfs/ChangeLog
index 945a1d61..fb95b7cc 100644
--- a/nfs/ChangeLog
+++ b/nfs/ChangeLog
@@ -1,3 +1,9 @@
+Mon Nov 4 21:23:58 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
+
+ * rpc.c (rpc_list_lock): Delete variable. Omit all mention of it
+ throughout this file. Expand the use of outstanding_lock to cover
+ what rpc_list_lock used to handle.
+
Fri Nov 1 18:12:21 1996 Miles Bader <miles@gnu.ai.mit.edu>
* rpc.c (conduct_rpc): Unlock OUTSTANDING_LOCK if write fails.