commit | 7f9c96ee74315388d758675f69a930b9990e0789 | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Fri Aug 22 03:07:53 2008 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Fri Aug 22 03:07:53 2008 -0400 |
tree | e610408abde7ce2e2ff39e7284e2738ba782a5bc | |
parent | 86acdebd539864908127561034752082c86105e2 [diff] |
resize2fs: supply block allocator for extents function In the rare case where new blocks are needed while mutating an extent tree, supply a specialized block allocator so that extent_node_split() allocates valid blocks for the interior nodes of the extent tree. Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>