mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
Remove superfluous fn prototypes.
This commit is contained in:
parent
aa5734f2a3
commit
80e569104b
@ -69,6 +69,5 @@ void consume_pv_area(struct pv_area *area, uint32_t to_go);
|
||||
void reinsert_reduced_pv_area(struct pv_area *pva);
|
||||
|
||||
uint32_t pv_maps_size(struct dm_list *pvms);
|
||||
void reinsert_reduced_pv_area(struct pv_area *pva);
|
||||
|
||||
#endif
|
||||
|
@ -96,9 +96,6 @@ struct dm_list *create_pv_list(struct dm_pool *mem, struct volume_group *vg, int
|
||||
|
||||
struct dm_list *clone_pv_list(struct dm_pool *mem, struct dm_list *pvs);
|
||||
|
||||
int apply_lvname_restrictions(const char *name);
|
||||
int is_reserved_lvname(const char *name);
|
||||
|
||||
void vgcreate_params_set_defaults(struct vgcreate_params *vp_def,
|
||||
struct volume_group *vg);
|
||||
int vgcreate_params_set_from_args(struct cmd_context *cmd,
|
||||
|
Loading…
Reference in New Issue
Block a user