From e59e2f7c3c1e2fa170dfca2ee0c29cca2d4f55c1 Mon Sep 17 00:00:00 2001 From: Petr Rockai Date: Tue, 30 Aug 2011 14:55:15 +0000 Subject: Move the core of the lib/config/config.c functionality into libdevmapper, leaving behind the LVM-specific parts of the code (convenience wrappers that handle `struct device` and `struct cmd_context`, basically). A number of functions have been renamed (in addition to getting a dm_ prefix) -- namely, all of the config interface now has a dm_config_ prefix. --- tools/pvmove.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/pvmove.c') diff --git a/tools/pvmove.c b/tools/pvmove.c index 7a2fd14a..19ebf178 100644 --- a/tools/pvmove.c +++ b/tools/pvmove.c @@ -664,7 +664,7 @@ int pvmove(struct cmd_context *cmd, int argc, char **argv) return ECMD_FAILED; } - unescape_colons_and_at_signs(pv_name, &colon, NULL); + dm_unescape_colons_and_at_signs(pv_name, &colon, NULL); /* Drop any PE lists from PV name */ if (colon) -- cgit