commit | f1f115a78f5ea599fc5f8815a741d43fedd5840d | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Mon Jul 23 04:32:48 2007 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Mon Jul 23 04:32:48 2007 -0400 |
tree | d73a9f60ab7bb496053051481c61052ef5a31521 | |
parent | 50448d3dffc66f86592ee0d4b16e4bbe9d08449e [diff] |
libext2fs: 32-bit bitmap refactorization, part 3 Create new functions ext2fs_{set,get}_{inode,block}_bitmap_range() which allow programs like e2fsck, dumpe2fs, etc. to get and set chunks of the bitmap at a time. Move the representation details of the 32-bit old-style bitmaps into gen_bitmap.c. Change calls in dumpe2fs, mke2s, et. al to use the new abstractions. Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>