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 ./WHATS_NEW tools/toollib.c


CVSROOT:	/cvs/lvm2
Module name:	LVM2
Changes by:	agk@sourceware.org	2006-10-24 18:25:30

Modified files:
	.              : WHATS_NEW 
	tools          : toollib.c 

Log message:
	Add dev_flush() to set_lv()

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/WHATS_NEW.diff?cvsroot=lvm2&r1=1.480&r2=1.481
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/tools/toollib.c.diff?cvsroot=lvm2&r1=1.91&r2=1.92

--- LVM2/WHATS_NEW	2006/10/24 17:18:24	1.480
+++ LVM2/WHATS_NEW	2006/10/24 18:25:30	1.481
@@ -1,5 +1,6 @@
 Version 2.02.13 -
 ===================================
+  Add dev_flush() to set_lv().
   Add lvchange --resync.
   Perform high-level free space check before each allocation attempt.
   Don't allow a node to remove an LV that's exclusively active on anther node.
--- LVM2/tools/toollib.c	2006/10/21 23:18:43	1.91
+++ LVM2/tools/toollib.c	2006/10/24 18:25:30	1.92
@@ -1222,6 +1222,7 @@
 		return 0;
 
 	dev_set(dev, UINT64_C(0), (size_t) 4096, value);
+	dev_flush(dev);
 	dev_close_immediate(dev);
 
 	return 1;


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