diff options
author | Roland McGrath <roland@gnu.org> | 1999-10-02 05:59:59 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1999-10-02 05:59:59 +0000 |
commit | 1bc4a0352642592f4e6ec97edb114080758bc286 (patch) | |
tree | 9dd22dc8b221c781541da08f7b4952d32e88ff0d | |
parent | 0093fda9e85344fe47f162e1a5627479c183947a (diff) |
.
-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. |