1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-22 17:35:59 +03:00

remove unnecessary lvconvert.h

This commit is contained in:
Alasdair Kergon 2011-07-08 19:42:11 +00:00
parent 136c2e70dc
commit 4c67e55066
4 changed files with 3 additions and 4 deletions

View File

@ -16,7 +16,6 @@
#include "polldaemon.h"
#include "lv_alloc.h"
#include "metadata.h"
#include "lvconvert.h"
struct lvconvert_params {
int snapshot;

View File

@ -1,2 +0,0 @@
int mirror_remove_missing(struct cmd_context *cmd,
struct logical_volume *lv, int force);

View 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

View 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)
{