summaryrefslogtreecommitdiff
path: root/ext2fs/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1999-10-02 07:45:08 +0000
committerRoland McGrath <roland@gnu.org>1999-10-02 07:45:08 +0000
commitd806d1ed685ac326363801456c74d5c40cfb5db8 (patch)
tree164ae00de6e84ebaacd1eeac44d8dba85e6a707b /ext2fs/ChangeLog
parent4d90b1ac0e3e44429fec71ddc9ed88f145671021 (diff)
.
Diffstat (limited to 'ext2fs/ChangeLog')
-rw-r--r--ext2fs/ChangeLog7
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.