commit | d3a8fc5ae68477118e32813230518bf4ccc73bf9 | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Mon Jan 19 14:22:52 2009 -0500 |
committer | Theodore Ts'o <tytso@mit.edu> | Mon Jan 19 14:29:08 2009 -0500 |
tree | 63ec1d3a61c100be8acd81e45cda73ff4bd13cb3 | |
parent | 9227c5bbbd0861878ae73f7dceb4deb9e9f06a3c [diff] |
ext2fs_block_iterate2: Reflect errors from ext2fs_extent_set_bmap to caller If the callback function tries to change a block, and ext2fs_extent_set_bmap() fails for some reason (for example, there isn't enough disk space to split a node and expand the extent tree, make sure that error is reflected back up to the caller. Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>