mirror of
git://sourceware.org/git/lvm2.git
synced 2025-03-26 22:50:36 +03:00
tools: remove metadata-exported.h
metadata-exported.h is included by tools.h
This commit is contained in:
parent
9d5bdc91ca
commit
f56a1819e9
@ -572,6 +572,7 @@ int pv_analyze(struct cmd_context *cmd, const char *pv_name,
|
||||
/* FIXME: move internal to library */
|
||||
uint32_t pv_list_extents_free(const struct dm_list *pvh);
|
||||
|
||||
int vg_validate(struct volume_group *vg);
|
||||
struct volume_group *vg_create(struct cmd_context *cmd, const char *vg_name);
|
||||
int vg_remove_mdas(struct volume_group *vg);
|
||||
int vg_remove_check(struct volume_group *vg);
|
||||
|
@ -337,7 +337,6 @@ struct format_handler {
|
||||
unsigned long set_pe_align(struct physical_volume *pv, unsigned long data_alignment);
|
||||
unsigned long set_pe_align_offset(struct physical_volume *pv,
|
||||
unsigned long data_alignment_offset);
|
||||
int vg_validate(struct volume_group *vg);
|
||||
|
||||
int pv_write_orphan(struct cmd_context *cmd, struct physical_volume *pv);
|
||||
|
||||
|
@ -14,7 +14,6 @@
|
||||
*/
|
||||
|
||||
#include "tools.h"
|
||||
#include "metadata-exported.h"
|
||||
|
||||
/*
|
||||
* Intial sanity checking of recovery-related command-line arguments.
|
||||
|
@ -15,7 +15,6 @@
|
||||
*/
|
||||
|
||||
#include "tools.h"
|
||||
#include "metadata-exported.h"
|
||||
|
||||
struct pvresize_params {
|
||||
uint64_t new_size;
|
||||
|
@ -14,7 +14,6 @@
|
||||
*/
|
||||
|
||||
#include "tools.h"
|
||||
#include "metadata-exported.h"
|
||||
|
||||
static int vgck_single(struct cmd_context *cmd __attribute__((unused)),
|
||||
const char *vg_name,
|
||||
|
Loading…
x
Reference in New Issue
Block a user