diff options
Diffstat (limited to 'ext2fs')
-rw-r--r-- | ext2fs/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/ext2fs/ChangeLog b/ext2fs/ChangeLog index e39d226e..a2791148 100644 --- a/ext2fs/ChangeLog +++ b/ext2fs/ChangeLog @@ -1,3 +1,15 @@ +1999-10-02 Roland McGrath <roland@baalperazim.frob.com> + + * bitmap.c (count_free, find_next_zero_bit, find_first_zero_bit): + Make these all static inline. + (ffz, ffz_nibble_map): Function and variable removed. + (ffz): Replace decl with macro defined in terms of ffs. + * ext2fs.h (count_free, find_next_zero_bit, find_first_zero_bit, ffz): + Remove these declarations. + * Makefile (SRCS): Remove bitmap.c. + (LCLHDRS): Add bitmap.c here instead. + * balloc.c, ialloc.c: #include "bitmap.c" here. + 1999-10-01 Roland McGrath <roland@baalperazim.frob.com> * bitmap.c (memscan): Function removed. |