1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-03 05:18:29 +03:00

Fix last checkin - tested wrong dnode.

This commit is contained in:
Alasdair Kergon 2008-09-18 22:55:33 +00:00
parent 839e2e92e2
commit 3776c4941a

View 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)