commit | 16bd349e1f9e24e5c936a409953264b09b1231db | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Mon Jun 02 17:27:59 2008 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Mon Jun 02 18:52:12 2008 -0400 |
tree | 9b6004d23cab1b7eb03fb1edc080f9cb03fd64c7 | |
parent | f5c562e2324a8950d659ebfc8db4356121d6104e [diff] |
e2fsck: Wire up callback functions for _alloc_block() and _block_alloc_stats() Wire up callback functions for ext2fs_alloc_block() and ext2fs_block_alloc_stats() so that we use the ctx->block_found_map block bitmap to determine which new block we should allocate, and then to update the block_found_map bitmap if the extent functions need to allocate or release blocks. Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>