Made sure that IsoStream from old image are equivalent only if their

data extents have same LBAs and sizes.
This commit is contained in:
2009-05-24 18:22:02 +02:00
parent b34fd35e62
commit e12d409b80
4 changed files with 47 additions and 1 deletions

View File

@@ -2640,7 +2640,7 @@ int iso_node_remove(IsoNode *node);
* If node is the root node, the same node will be returned as its parent.
*
* This returns NULL if the node doesn't pertain to any tree
* (it was removed/take).
* (it was removed/taken).
*
* @since 0.6.2
*/