summaryrefslogtreecommitdiffstats
path: root/tools/pvcreate.c
diff options
context:
space:
mode:
authorJoe Thornber <thornber@redhat.com>2001-10-12 10:43:36 +0000
committerJoe Thornber <thornber@redhat.com>2001-10-12 10:43:36 +0000
commit0d5f9868b8778c668b2005412a87078ef472a774 (patch)
treef6dc36d8ad61fcb096a2caf68ece5332eb3e4041 /tools/pvcreate.c
parentcfcca2168f0726b01861b6b3f3a34e827d476de0 (diff)
downloadlvm2-0d5f9868b8778c668b2005412a87078ef472a774.tar.gz
lvm2-0d5f9868b8778c668b2005412a87078ef472a774.tar.xz
lvm2-0d5f9868b8778c668b2005412a87078ef472a774.zip
o rename _single pvcreate_signle
Diffstat (limited to 'tools/pvcreate.c')
-rw-r--r--tools/pvcreate.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/pvcreate.c b/tools/pvcreate.c
index aefc3738..7ced811d 100644
--- a/tools/pvcreate.c
+++ b/tools/pvcreate.c
@@ -58,7 +58,7 @@ static int _check(const char *name)
return 1;
}
-static void _single(const char *name)
+static void pvcreate_single(const char *name)
{
struct physical_volume *pv;
@@ -106,7 +106,7 @@ int pvcreate(int argc, char **argv)
}
for (i = 0; i < argc; i++) {
- _single(argv[i]);
+ pvcreate_single(argv[i]);
pool_empty(ios->mem);
}