summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorPetr Rockai <prockai@redhat.com>2012-09-09 22:05:59 +0200
committerPetr Rockai <prockai@redhat.com>2012-09-26 17:26:23 +0200
commitca0c8673b2064ceb840ee7f4cb5804b33e55f3c7 (patch)
tree5f81dbebcdd42d233554673047c2863d8489abf0 /tools
parentc9f56d639b6c6ddfae7749c64eba64a776ecc7d9 (diff)
downloadlvm2-ca0c8673b2064ceb840ee7f4cb5804b33e55f3c7.tar.gz
lvm2-ca0c8673b2064ceb840ee7f4cb5804b33e55f3c7.tar.xz
lvm2-ca0c8673b2064ceb840ee7f4cb5804b33e55f3c7.zip
lib/cache/lvmetad: s/pvscan_lvmetad/lvmetad_pvscan/ in the API
Diffstat (limited to 'tools')
-rw-r--r--tools/pvscan.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/pvscan.c b/tools/pvscan.c
index 239ce978..3d5ddefd 100644
--- a/tools/pvscan.c
+++ b/tools/pvscan.c
@@ -142,7 +142,7 @@ static int _pvscan_lvmetad(struct cmd_context *cmd, int argc, char **argv)
/* Scan everything? */
if (!argc && !devno_args) {
- if (!pvscan_lvmetad_all_devs(cmd, handler))
+ if (!lvmetad_pvscan_all_devs(cmd, handler))
ret = ECMD_FAILED;
goto out;
}
@@ -159,7 +159,7 @@ static int _pvscan_lvmetad(struct cmd_context *cmd, int argc, char **argv)
continue;
}
- if (!pvscan_lvmetad_single(cmd, dev, handler)) {
+ if (!lvmetad_pvscan_single(cmd, dev, handler)) {
ret = ECMD_FAILED;
break;
}
@@ -198,7 +198,7 @@ static int _pvscan_lvmetad(struct cmd_context *cmd, int argc, char **argv)
continue;
}
- if (!pvscan_lvmetad_single(cmd, dev, handler)) {
+ if (!lvmetad_pvscan_single(cmd, dev, handler)) {
ret = ECMD_FAILED;
break;
}