[lvm-devel] LVM2/tools lvconvert.c tools.h vgreduce.c lvco ...

agk at sourceware.org agk at sourceware.org
Fri Jul 8 19:42:11 UTC 2011


CVSROOT:	/cvs/lvm2
Module name:	LVM2
Changes by:	agk at sourceware.org	2011-07-08 19:42:11

Modified files:
	tools          : lvconvert.c tools.h vgreduce.c 
Removed files:
	tools          : lvconvert.h 

Log message:
	remove unnecessary lvconvert.h

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/tools/lvconvert.c.diff?cvsroot=lvm2&r1=1.165&r2=1.166
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/tools/tools.h.diff?cvsroot=lvm2&r1=1.75&r2=1.76
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/tools/vgreduce.c.diff?cvsroot=lvm2&r1=1.111&r2=1.112
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/tools/lvconvert.h.diff?cvsroot=lvm2&r1=1.1&r2=NONE

--- LVM2/tools/lvconvert.c	2011/06/29 02:06:26	1.165
+++ LVM2/tools/lvconvert.c	2011/07/08 19:42:11	1.166
@@ -16,7 +16,6 @@
 #include "polldaemon.h"
 #include "lv_alloc.h"
 #include "metadata.h"
-#include "lvconvert.h"
 
 struct lvconvert_params {
 	int snapshot;
--- LVM2/tools/tools.h	2011/06/01 19:21:03	1.75
+++ LVM2/tools/tools.h	2011/07/08 19:42:11	1.76
@@ -178,4 +178,7 @@
 int pvmove_poll(struct cmd_context *cmd, const char *pv, unsigned background);
 int lvconvert_poll(struct cmd_context *cmd, struct logical_volume *lv, unsigned background);
 
+int mirror_remove_missing(struct cmd_context *cmd,
+			  struct logical_volume *lv, int force);
+
 #endif
--- LVM2/tools/vgreduce.c	2011/05/07 15:52:16	1.111
+++ LVM2/tools/vgreduce.c	2011/07/08 19:42:11	1.112
@@ -15,7 +15,6 @@
 
 #include "tools.h"
 #include "lv_alloc.h"
-#include "lvconvert.h"
 
 static int _remove_pv(struct volume_group *vg, struct pv_list *pvl, int silent)
 {




More information about the lvm-devel mailing list