LVM2/lib/metadata thin_manip.c
zkabelac@sourceware.org
zkabelac@sourceware.org
Mon Oct 3 19:10:00 GMT 2011
CVSROOT: /cvs/lvm2
Module name: LVM2
Changes by: zkabelac@sourceware.org 2011-10-03 19:10:52
Modified files:
lib/metadata : thin_manip.c
Log message:
Missed rename pool->thin_pool
Fix compilation
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/lib/metadata/thin_manip.c.diff?cvsroot=lvm2&r1=1.5&r2=1.6
--- LVM2/lib/metadata/thin_manip.c 2011/10/03 18:39:17 1.5
+++ LVM2/lib/metadata/thin_manip.c 2011/10/03 19:10:52 1.6
@@ -97,7 +97,7 @@
if (!seg_is_thin_pool(thin_pool_seg)) {
log_error("Segment in %s is not a thin pool segment.",
- pool_seg->lv->name);
+ thin_pool_seg->lv->name);
return 0;
}
More information about the Lvm2-cvs
mailing list