]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit - lib/ext2fs/ext2fs.h
libext2fs: Add callback functions for _alloc_block() and _block_alloc_stats()
authorTheodore Ts'o <tytso@mit.edu>
Mon, 2 Jun 2008 21:21:37 +0000 (17:21 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 2 Jun 2008 22:52:12 +0000 (18:52 -0400)
commitf5c562e2324a8950d659ebfc8db4356121d6104e
tree1e1f96d08e31c49cbf6d381c83c4dc2a95de9877
parentec9d6dd3203e8a4d548c0b6c943033ab5518a423
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>
lib/ext2fs/alloc.c
lib/ext2fs/alloc_stats.c
lib/ext2fs/ext2fs.h