* device-mapper/lib libdm-deptree.c
@ 2008-09-18 22:55 agk
0 siblings, 0 replies; only message in thread
From: agk @ 2008-09-18 22:55 UTC (permalink / raw)
To: dm-cvs, dm-devel
CVSROOT: /cvs/dm
Module name: device-mapper
Changes by: agk@sourceware.org 2008-09-18 22:55:33
Modified files:
lib : libdm-deptree.c
Log message:
Fix last checkin - tested wrong dnode.
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/device-mapper/lib/libdm-deptree.c.diff?cvsroot=dm&r1=1.42&r2=1.43
--- device-mapper/lib/libdm-deptree.c 2008/09/18 18:34:53 1.42
+++ device-mapper/lib/libdm-deptree.c 2008/09/18 22:55:33 1.43
@@ -1551,7 +1551,7 @@
}
/* 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)
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-09-18 22:55 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-18 22:55 device-mapper/lib libdm-deptree.c agk
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.