commit | 07f1a070ff45c8381c3ddf8552c726525104e1ee | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Mon Jan 19 19:30:59 2009 -0500 |
committer | Theodore Ts'o <tytso@mit.edu> | Mon Jan 19 19:30:59 2009 -0500 |
tree | 20b9324b232f19ae7a08c078bf4e8738cd89db45 | |
parent | d3a8fc5ae68477118e32813230518bf4ccc73bf9 [diff] |
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>