summaryrefslogtreecommitdiff
path: root/nfs/ChangeLog
diff options
context:
space:
mode:
authorThomas Bushnell <thomas@gnu.org>1997-08-20 20:42:23 +0000
committerThomas Bushnell <thomas@gnu.org>1997-08-20 20:42:23 +0000
commit5a36d1be4703a856456ca483c866955b969841db (patch)
tree7aa666806d00dcad8fb7e6bb0fc6a045ccaa2ca0 /nfs/ChangeLog
parent73098d54c1b2622ab054073943df0e9190209aac (diff)
Wed Aug 20 14:31:03 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
* ops.c (netfs_attempt_link): Implement EXCL == 0 case. (netfs_attempt_rename): Implement EXCL != 0 case.
Diffstat (limited to 'nfs/ChangeLog')
-rw-r--r--nfs/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/nfs/ChangeLog b/nfs/ChangeLog
index afdb9495..4fcc0d83 100644
--- a/nfs/ChangeLog
+++ b/nfs/ChangeLog
@@ -1,5 +1,8 @@
Wed Aug 20 14:31:03 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
+ * ops.c (netfs_attempt_link): Implement EXCL == 0 case.
+ (netfs_attempt_rename): Implement EXCL != 0 case.
+
* pager.c (netfs_get_filemap): If pager_create fails, return
error to caller.