diff options
-rw-r--r-- | TODO | 3 | ||||
-rw-r--r-- | libdiskfs/ChangeLog | 7 |
2 files changed, 7 insertions, 3 deletions
@@ -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. |