summaryrefslogtreecommitdiff
path: root/tools/pvcreate.c
diff options
context:
space:
mode:
authorPeter Rajnoha <prajnoha@redhat.com>2013-05-28 12:37:22 +0200
committerPeter Rajnoha <prajnoha@redhat.com>2013-05-28 12:37:22 +0200
commit732859d21f3b41bdb188f92b60f25d5c94dcee8a (patch)
treec3c2f59b1c20ffd785eed5f87c376a869710085f /tools/pvcreate.c
parent9966842810b9044d0a59eebbf05856a3a10102b4 (diff)
downloadlvm2-732859d21f3b41bdb188f92b60f25d5c94dcee8a.tar.gz
refactor: rename embedding area -> bootloader area
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 da51eecd1..91562d210 100644
--- a/tools/pvcreate.c
+++ b/tools/pvcreate.c
@@ -71,8 +71,8 @@ static int pvcreate_restore_params_validate(struct cmd_context *cmd,
uuid, pp->rp.restorefile);
return 0;
}
- pp->rp.ea_start = pv_ea_start(existing_pvl->pv);
- pp->rp.ea_size = pv_ea_size(existing_pvl->pv);
+ pp->rp.ba_start = pv_ba_start(existing_pvl->pv);
+ pp->rp.ba_size = pv_ba_size(existing_pvl->pv);
pp->rp.pe_start = pv_pe_start(existing_pvl->pv);
pp->rp.extent_size = pv_pe_size(existing_pvl->pv);
pp->rp.extent_count = pv_pe_count(existing_pvl->pv);