]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit
ext2fs_block_iterate2: Preserve the uninit flag in extents
authorTheodore Ts'o <tytso@mit.edu>
Tue, 20 Jan 2009 00:30:59 +0000 (19:30 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 20 Jan 2009 00:30:59 +0000 (19:30 -0500)
commit07f1a070ff45c8381c3ddf8552c726525104e1ee
tree20b9324b232f19ae7a08c078bf4e8738cd89db45
parentd3a8fc5ae68477118e32813230518bf4ccc73bf9
ext2fs_block_iterate2: Preserve the uninit flag in extents

When modifying a block via the block_iterate interface, preserve the
uninit flag in the extent.  Resize2fs uses this interface, so we have
to preserve the uninit status when relocating a block.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
lib/ext2fs/block.c