public inbox for lvm2-cvs@sourceware.org
help / color / mirror / Atom feed
* LVM2/lib/replicator replicator.c
@ 2011-11-29 12:10 prajnoha
  0 siblings, 0 replies; only message in thread
From: prajnoha @ 2011-11-29 12:10 UTC (permalink / raw)
  To: lvm-devel, lvm2-cvs

CVSROOT:	/cvs/lvm2
Module name:	LVM2
Changes by:	prajnoha@sourceware.org	2011-11-29 12:10:39

Modified files:
	lib/replicator : replicator.c 

Log message:
	Fix last checkin for replicator.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/lib/replicator/replicator.c.diff?cvsroot=lvm2&r1=1.10&r2=1.11

--- LVM2/lib/replicator/replicator.c	2011/11/28 20:37:52	1.10
+++ LVM2/lib/replicator/replicator.c	2011/11/29 12:10:38	1.11
@@ -626,8 +626,8 @@
 		log_very_verbose("Inactive replicator %s using %s.",
 				 seg->lv->name, seg->lv->rdevice->lv->name);
 		if (!add_linear_area_to_dtree(node, seg->lv->size, seg->lv->vg->extent_size,
-					      dm->cmd->use_linear_target,
-					      seg->lv->vg->name, seg->lv_name))
+					      cmd->use_linear_target,
+					      seg->lv->vg->name, seg->lv->name))
 			return_0;
 		if (!(rdev_dlid = build_dm_uuid(mem, seg->lv->rdevice->lv->lvid.s, NULL)))
 			return_0;


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-11-29 12:10 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-11-29 12:10 LVM2/lib/replicator replicator.c prajnoha

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).