This is the mail archive of the lvm2-cvs@sourceware.org mailing list for the LVM2 project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

LVM2/tools vgsplit.c


CVSROOT:	/cvs/lvm2
Module name:	LVM2
Changes by:	agk@sourceware.org	2008-04-10 20:02:04

Modified files:
	tools          : vgsplit.c 

Log message:
	.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/tools/vgsplit.c.diff?cvsroot=lvm2&r1=1.63&r2=1.64

--- LVM2/tools/vgsplit.c	2008/04/10 19:59:43	1.63
+++ LVM2/tools/vgsplit.c	2008/04/10 20:02:04	1.64
@@ -252,10 +252,8 @@
 			return 0;
 		}
 
-		if (seg_in == seg->area_count && log_in) {
-			if (!_move_one_lv(vg_from, vg_to, lvh))
-				return 0;
-		}
+		if (seg_in == seg->area_count && log_in)
+			_move_one_lv(vg_from, vg_to, lvh);
 	}
 
 	return 1;


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]