mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-05 13:18:20 +03:00
o rename _single pvcreate_signle
This commit is contained in:
parent
756c72902f
commit
f1ff8ff0d0
@ -58,7 +58,7 @@ static int _check(const char *name)
|
|||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
static void _single(const char *name)
|
static void pvcreate_single(const char *name)
|
||||||
{
|
{
|
||||||
struct physical_volume *pv;
|
struct physical_volume *pv;
|
||||||
|
|
||||||
@ -106,7 +106,7 @@ int pvcreate(int argc, char **argv)
|
|||||||
}
|
}
|
||||||
|
|
||||||
for (i = 0; i < argc; i++) {
|
for (i = 0; i < argc; i++) {
|
||||||
_single(argv[i]);
|
pvcreate_single(argv[i]);
|
||||||
pool_empty(ios->mem);
|
pool_empty(ios->mem);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user