summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>1996-11-20 03:00:37 +0000
committerMiles Bader <miles@gnu.org>1996-11-20 03:00:37 +0000
commit79dbd75721ada3bd0e0df65c11d65284cc23c65c (patch)
treeb9291f00483b98c297c404edfe04bec730dcb42f
parent62fe5978be4fc1827af6e9dd54ad3ae2f9c7168c (diff)
.
-rw-r--r--TODO3
-rw-r--r--libdiskfs/ChangeLog7
2 files changed, 7 insertions, 3 deletions
diff --git a/TODO b/TODO
index cf7f4897..4a273a1c 100644
--- a/TODO
+++ b/TODO
@@ -103,9 +103,6 @@ See `tasks', the exported task list.
(syslog, but takes special care when the root file system?). !!
*** Some of diskfs_readonly_changed in ufs/ext2fs should be in generic
routines. !
-*** fsys_get_options should return the disk name.
-*** Add `author_tracks_uid' flag to struct node, and use it in places
- that modify author/uid. Initialized to 0. !!
*** Move file_getfh and fsys_getfile here (from ufs). !!!
diff --git a/libdiskfs/ChangeLog b/libdiskfs/ChangeLog
index 308e23a1..5b2045fa 100644
--- a/libdiskfs/ChangeLog
+++ b/libdiskfs/ChangeLog
@@ -1,3 +1,10 @@
+Tue Nov 19 18:21:12 1996 Miles Bader <miles@gnu.ai.mit.edu>
+
+ * diskfs.h (struct node): Add author_tracks_uid field.
+ * file-chown.c (diskfs_S_file_chown): If NP->author_tracks_uid,
+ modify NP->dn_stat.st_author as well.
+ * node-create.c (diskfs_create_node): Likewise.
+
Mon Nov 18 17:02:22 1996 Miles Bader <miles@gnu.ai.mit.edu>
* diskfs.h (struct node): Remove istranslated field.