commit | f5c562e2324a8950d659ebfc8db4356121d6104e | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Mon Jun 02 17:21:37 2008 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Mon Jun 02 18:52:12 2008 -0400 |
tree | 1e1f96d08e31c49cbf6d381c83c4dc2a95de9877 | |
parent | ec9d6dd3203e8a4d548c0b6c943033ab5518a423 [diff] |
libext2fs: Add callback functions for _alloc_block() and _block_alloc_stats() Add callback functions for ext2fs_alloc_block() and ext2fs_block_alloc_stats(). This is needed so e2fsck can be informed when the extent_set_bmap() function needs to allocate or deallocate blocks. Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>