Whamcloud - gitweb
resize2fs: supply block allocator for extents function
authorTheodore Ts'o <tytso@mit.edu>
Fri, 22 Aug 2008 07:07:53 +0000 (03:07 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 22 Aug 2008 07:07:53 +0000 (03:07 -0400)
commit7f9c96ee74315388d758675f69a930b9990e0789
treee610408abde7ce2e2ff39e7284e2738ba782a5bc
parent86acdebd539864908127561034752082c86105e2
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>
resize/resize2fs.c