diff options
author | Miles Bader <miles@gnu.org> | 1996-11-19 22:55:39 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1996-11-19 22:55:39 +0000 |
commit | 4f38009266c24ef190d0d1314547c9889b7163d8 (patch) | |
tree | 7adc8737bd7858fb383d0b123fcead5156f75cf1 /ext2fs/ChangeLog | |
parent | bcec8e2f5c8be5c29697e27e59f0bc5fd5f70c4c (diff) |
.
Diffstat (limited to 'ext2fs/ChangeLog')
-rw-r--r-- | ext2fs/ChangeLog | 10 |
1 files changed, 10 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 -> |