summaryrefslogtreecommitdiff
path: root/libnetfs/ChangeLog
diff options
context:
space:
mode:
authorThomas Bushnell <thomas@gnu.org>1997-05-27 15:56:42 +0000
committerThomas Bushnell <thomas@gnu.org>1997-05-27 15:56:42 +0000
commitecec6fe4d165a0f1ac41eede7bb04f42c1f7a111 (patch)
treeab5fabb6187808404be4ef4aa2500288c2f268d0 /libnetfs/ChangeLog
parent15735b887668e09ad46980f9b93ff5d625ecdc5d (diff)
Tue May 27 11:55:17 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
* file-chmod.c (netfs_S_file_chmod): Turn off any read-only bits.
Diffstat (limited to 'libnetfs/ChangeLog')
-rw-r--r--libnetfs/ChangeLog10
1 files changed, 8 insertions, 2 deletions
diff --git a/libnetfs/ChangeLog b/libnetfs/ChangeLog
index 5bdb570c..d71d915b 100644
--- a/libnetfs/ChangeLog
+++ b/libnetfs/ChangeLog
@@ -1,3 +1,7 @@
+Tue May 27 11:55:17 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
+
+ * file-chmod.c (netfs_S_file_chmod): Turn off any read-only bits.
+
Fri Feb 28 21:14:20 1997 Miles Bader <miles@gnu.ai.mit.edu>
* file-reparent.c (netfs_S_file_reparent): Implement.
@@ -7,12 +11,14 @@ Sun Feb 23 16:27:34 1997 Miles Bader <miles@gnu.ai.mit.edu>
* dir-mkfile.c (netfs_S_dir_mkfile): Pass context arg to
netfs_make_peropen instead of parent node.
* file-exec.c (netfs_S_file_exec): Likewise.
- * dir-lookup.c (netfs_S_dir_lookup): Implement shadow root .. traversal.
+ * dir-lookup.c (netfs_S_dir_lookup): Implement shadow root
+ .. traversal.
Use context po argument to netfs_make_peropen & as cookie to
fshelp_fetch_root, instead of parent node.
* fsys-getroot.c (netfs_S_fsys_getroot): Add PEROPEN_CONTEXT
variable, and pass it to netfs_make_peropen & fshelp_fetch_root.
- * netfs.h (struct peropen): Add shadow_root_parent & shadow_root fields.
+ * netfs.h (struct peropen): Add shadow_root_parent & shadow_root
+ fields.
Removed depth field. Rename dotdotnode field to root_parent.
(netfs_make_peropen): Add and use CONTEXT parameter.
* make-peropen.c (netfs_make_peropen): Add and use CONTEXT parameter.