mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-03 05:18:29 +03:00
cleanup: _move_pv is static
metadata/metadata.c:363:5: warning: no previous prototype for '_move_pv' [-Wmissing-prototypes]
This commit is contained in:
parent
4360fdf89c
commit
5b28cbd7c2
@ -360,7 +360,7 @@ out:
|
|||||||
return r;
|
return r;
|
||||||
}
|
}
|
||||||
|
|
||||||
int _move_pv(struct volume_group *vg_from, struct volume_group *vg_to,
|
static int _move_pv(struct volume_group *vg_from, struct volume_group *vg_to,
|
||||||
const char *pv_name, int enforce_pv_from_source)
|
const char *pv_name, int enforce_pv_from_source)
|
||||||
{
|
{
|
||||||
struct physical_volume *pv;
|
struct physical_volume *pv;
|
||||||
|
Loading…
Reference in New Issue
Block a user