diff options
author | Roland McGrath <roland@gnu.org> | 1999-10-02 07:45:08 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1999-10-02 07:45:08 +0000 |
commit | d806d1ed685ac326363801456c74d5c40cfb5db8 (patch) | |
tree | 164ae00de6e84ebaacd1eeac44d8dba85e6a707b /ext2fs/ChangeLog | |
parent | 4d90b1ac0e3e44429fec71ddc9ed88f145671021 (diff) |
.
Diffstat (limited to 'ext2fs/ChangeLog')
-rw-r--r-- | ext2fs/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ext2fs/ChangeLog b/ext2fs/ChangeLog index a2791148..9bb3336e 100644 --- a/ext2fs/ChangeLog +++ b/ext2fs/ChangeLog @@ -1,5 +1,12 @@ 1999-10-02 Roland McGrath <roland@baalperazim.frob.com> + * ext2fs.h (SBLOCK_LBLOCK): New macro, filesystem block number of sb. + (BLOCKSIZE_SCALE): New macro for converting min-blocks to fs blocks. + (group_desc): Fix calculation of offset from superblock, so it works + properly with block_size != EXT2_MIN_BLOCK_SIZE. + + * ext2fs.h (EXT2FS_EI): New macro, use it for all extern inlines. + * 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. |