summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlasdair Kergon <agk@redhat.com>2008-09-18 22:55:33 +0000
committerAlasdair Kergon <agk@redhat.com>2008-09-18 22:55:33 +0000
commitbc633e03aa21b7b7a09d546a026a72854c0658ff (patch)
tree69c0b7e01bd14491b0dc7ee43f9c4052d81d305c
parent797d0f1ef136aa66a8bc793627b2e0ef3ef16272 (diff)
downloadlvm2-old-dm_v1_02_28.tar.gz
Fix last checkin - tested wrong dnode.old-dm_v1_02_28dm_v1_02_28
-rw-r--r--libdm/libdm-deptree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libdm/libdm-deptree.c b/libdm/libdm-deptree.c
index d687d8fa5..4b5876576 100644
--- a/libdm/libdm-deptree.c
+++ b/libdm/libdm-deptree.c
@@ -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)