Don't try to allocate unallocated extents. Signed-off-by: Edward Shishkin --- libreiser4/tree.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- reiser4progs-1.0.7.orig/libreiser4/tree.c +++ reiser4progs-1.0.7/libreiser4/tree.c @@ -1346,7 +1346,7 @@ errno_t reiser4_tree_adjust(reiser4_tree #ifndef ENABLE_MINIMAL res = reiser4_tree_walk_node(tree, tree->root, cb_node_adjust, - cb_nodeptr_adjust, + NULL, cb_node_unload); #else res = reiser4_tree_walk_node(tree, tree->root, @@ -1586,7 +1586,7 @@ errno_t reiser4_tree_sync(reiser4_tree_t everything. */ if ((res = reiser4_tree_walk_node(tree, tree->root, cb_node_adjust, - cb_nodeptr_adjust, + NULL, cb_node_unload))) { aal_error("Can't save formatted nodes to device.");