summaryrefslogtreecommitdiff
path: root/ext2fs/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1999-10-03 05:05:15 +0000
committerRoland McGrath <roland@gnu.org>1999-10-03 05:05:15 +0000
commit026470746999caa0d397d49a1d08cb4685ee39f0 (patch)
tree50d599379c5b8825bee12f0c8c339b200727e671 /ext2fs/ChangeLog
parent483bdd5e4730af1455ca5e71e34ebd658fdfa180 (diff)
.
Diffstat (limited to 'ext2fs/ChangeLog')
-rw-r--r--ext2fs/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ext2fs/ChangeLog b/ext2fs/ChangeLog
index 9bb3336e..a8bab2d4 100644
--- a/ext2fs/ChangeLog
+++ b/ext2fs/ChangeLog
@@ -1,3 +1,14 @@
+1999-10-03 Roland McGrath <roland@baalperazim.frob.com>
+
+ * dir.c (file_type_ext2): New const variable, map DT_* -> EXT2_FT_*.
+ (diskfs_direnter_hard): Move initialization of directory entry content
+ fields out of switch; use memcpy or memmove as appropriate, instead of
+ bcopy. Set file_type field in new directory entry to appropriate
+ type for the node, or to zero if the filesystem doesn't have the
+ EXT2_FEATURE_INCOMPAT_FILETYPE flag set.
+
+ * bitmap.c (ffz): Don't subtract one (duh).
+
1999-10-02 Roland McGrath <roland@baalperazim.frob.com>
* ext2fs.h (SBLOCK_LBLOCK): New macro, filesystem block number of sb.