]> sourceware.org Git - lvm2.git/commitdiff
remove unnecessary lvconvert.h old-v2_02_86 v2_02_86
authorAlasdair Kergon <agk@redhat.com>
Fri, 8 Jul 2011 19:42:11 +0000 (19:42 +0000)
committerAlasdair Kergon <agk@redhat.com>
Fri, 8 Jul 2011 19:42:11 +0000 (19:42 +0000)
tools/lvconvert.c
tools/lvconvert.h [deleted file]
tools/tools.h
tools/vgreduce.c

index e99a81d3dde53db5e720ce8b7cc6cf4ad6a0b79a..73b9788f4b9ce4ace762e4f3f53765a9b9c6c69f 100644 (file)
@@ -16,7 +16,6 @@
 #include "polldaemon.h"
 #include "lv_alloc.h"
 #include "metadata.h"
-#include "lvconvert.h"
 
 struct lvconvert_params {
        int snapshot;
diff --git a/tools/lvconvert.h b/tools/lvconvert.h
deleted file mode 100644 (file)
index 8de8cce..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-int mirror_remove_missing(struct cmd_context *cmd,
-                         struct logical_volume *lv, int force);
index 1bfad13c08cdbf4f4064e4688e52568d5c3089f0..80ed353c816ab2ccacc6bf70bcfa162d291efa3e 100644 (file)
@@ -178,4 +178,7 @@ const char *command_name(struct cmd_context *cmd);
 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
index f975b48e8da8f0efa2a7559e0f14e3557f685cef..bcf3fb030fbfb69a6d2d68fe5019709a895c5f80 100644 (file)
@@ -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)
 {
This page took 0.042505 seconds and 5 git commands to generate.