From 1bc4a0352642592f4e6ec97edb114080758bc286 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sat, 2 Oct 1999 05:59:59 +0000 Subject: . --- ext2fs/ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'ext2fs') 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 + + * 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 * bitmap.c (memscan): Function removed. -- cgit v1.2.3