From 026470746999caa0d397d49a1d08cb4685ee39f0 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sun, 3 Oct 1999 05:05:15 +0000 Subject: . --- ext2fs/ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'ext2fs/ChangeLog') 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 + + * 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 * ext2fs.h (SBLOCK_LBLOCK): New macro, filesystem block number of sb. -- cgit v1.2.3