[lvm-devel] LVM2/lib/activate activate.c

agk at sourceware.org agk at sourceware.org
Fri Sep 19 07:12:46 UTC 2008


CVSROOT:	/cvs/lvm2
Module name:	LVM2
Changes by:	agk at sourceware.org	2008-09-19 07:12:45

Modified files:
	lib/activate   : activate.c 

Log message:
	rename var

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/lib/activate/activate.c.diff?cvsroot=lvm2&r1=1.138&r2=1.139

--- LVM2/lib/activate/activate.c	2008/09/19 06:41:57	1.138
+++ LVM2/lib/activate/activate.c	2008/09/19 07:12:45	1.139
@@ -1027,7 +1027,7 @@
 		return 0;
 	}
 
-	if ((!lv->vg->cmd->partial_activate) && (lv->status & PARTIAL_LV)) {
+	if ((!lv->vg->cmd->partial_activation) && (lv->status & PARTIAL_LV)) {
 		log_error("Refusing activation of partial LV %s. Use --partial to override.",
 			  lv->name);
 		return_0;




More information about the lvm-devel mailing list