diff options
-rw-r--r-- | ext2fs/ChangeLog | 10 | ||||
-rw-r--r-- | libdiskfs/ChangeLog | 20 |
2 files changed, 30 insertions, 0 deletions
diff --git a/ext2fs/ChangeLog b/ext2fs/ChangeLog index ff805220..4db38abb 100644 --- a/ext2fs/ChangeLog +++ b/ext2fs/ChangeLog @@ -1,3 +1,13 @@ +Mon Nov 18 17:14:31 1996 Miles Bader <miles@gnu.ai.mit.edu> + + * ialloc.c (diskfs_alloc_node): Clear S_IPTRANS bit in ST->st_mode + instead of NP->istranslated. + * inode.c (read_node): Set S_IPTRANS bit in ST->st_mode (and clear + S_ITRANS) rather than NP->istranslated. + (write_node): Don't write S_IPTRANS to disk. + (diskfs_set_translator): Frob S_IPTRANS bit rather than + istranslated field. + Sat Nov 16 17:26:20 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> * storeinfo.c (diskfs_S_file_get_storage_info): diskfs_isuid -> diff --git a/libdiskfs/ChangeLog b/libdiskfs/ChangeLog index 4ac17c5d..308e23a1 100644 --- a/libdiskfs/ChangeLog +++ b/libdiskfs/ChangeLog @@ -1,3 +1,23 @@ +Mon Nov 18 17:02:22 1996 Miles Bader <miles@gnu.ai.mit.edu> + + * diskfs.h (struct node): Remove istranslated field. + * io-stat.c (diskfs_S_io_stat): Set S_IATRANS & S_IROOT bits in + st_mode field of returned buffer if appropiate. + * dir-lookup.c (diskfs_S_dir_lookup): Use S_IPTRANS bit in dn_stat + st_mode field rather than istranslated field. + * file-get-trans.c (diskfs_S_file_get_translator): Likewise. + * file-set-trans.c (diskfs_S_file_set_translator): Likewise. + * file-inv-trans.c (diskfs_S_file_invoke_translator): Likewise. + * fsys-getroot.c (diskfs_S_fsys_getroot): Likewise. + * node-drop.c (diskfs_drop_node): Likewise. + * trans-callback.c (_diskfs_translator_callback1_fn): Likewise. + * dir-rmdir.c (diskfs_S_dir_rmdir): Likewise. + + * file-get-transcntl.c (diskfs_S_file_get_translator_cntl): Use + MACH_MSG_TYPE_MOVE_SEND to return *ctl, rather than COPY. + (diskfs_S_file_get_translator_cntl): Correctly test for errors + from fshelp_fetch_control. + Fri Nov 15 14:06:16 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> * protid-make.c (diskfs_finish_protid): Fix typo. |