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:
parent
136c2e70dc
commit
4c67e55066
@ -16,7 +16,6 @@
|
||||
#include "polldaemon.h"
|
||||
#include "lv_alloc.h"
|
||||
#include "metadata.h"
|
||||
#include "lvconvert.h"
|
||||
|
||||
struct lvconvert_params {
|
||||
int snapshot;
|
||||
|
@ -1,2 +0,0 @@
|
||||
int mirror_remove_missing(struct cmd_context *cmd,
|
||||
struct logical_volume *lv, int force);
|
@ -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
|
||||
|
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user