]> sourceware.org Git - dm.git/commitdiff
Fix last checkin - tested wrong dnode. v1_02_28
authorAlasdair Kergon <agk@redhat.com>
Thu, 18 Sep 2008 22:55:33 +0000 (22:55 +0000)
committerAlasdair Kergon <agk@redhat.com>
Thu, 18 Sep 2008 22:55:33 +0000 (22:55 +0000)
lib/libdm-deptree.c

index d687d8fa504fe2a315b5853cc5057bfdf1bd5d2b..4b58765765eb91d1efd76b8aeb4818aed00a4415 100644 (file)
@@ -1551,7 +1551,7 @@ int dm_tree_preload_children(struct dm_tree_node *dnode,
                }
 
                /* Resume device immediately if it has parents and its size changed */
-               if (!dm_tree_node_num_children(child, 1) || !dnode->props.size_changed)
+               if (!dm_tree_node_num_children(child, 1) || !child->props.size_changed)
                        continue;
 
                if (!child->info.inactive_table && !child->info.suspended)
This page took 0.037298 seconds and 5 git commands to generate.