summaryrefslogtreecommitdiffstats
path: root/lib/format_pool
diff options
context:
space:
mode:
authorAlasdair Kergon <agk@redhat.com>2012-02-12 23:01:19 +0000
committerAlasdair Kergon <agk@redhat.com>2012-02-12 23:01:19 +0000
commitb719e3d32322cab34ff258fd456d36eafaa6e593 (patch)
treef5eb387375cc9f6f8ff4253cb664645120116444 /lib/format_pool
parentba14fff2af92264f6eeb5be855365abb1b72185e (diff)
downloadlvm2-b719e3d32322cab34ff258fd456d36eafaa6e593.tar.gz
lvm2-b719e3d32322cab34ff258fd456d36eafaa6e593.tar.xz
lvm2-b719e3d32322cab34ff258fd456d36eafaa6e593.zip
FMT_INSTANCE_VG is redundant now
Diffstat (limited to 'lib/format_pool')
-rw-r--r--lib/format_pool/format_pool.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/format_pool/format_pool.c b/lib/format_pool/format_pool.c
index ec0abd1d..eac16601 100644
--- a/lib/format_pool/format_pool.c
+++ b/lib/format_pool/format_pool.c
@@ -322,7 +322,7 @@ struct format_type *init_format(struct cmd_context *cmd)
log_error("Couldn't create lvm1 orphan VG.");
return NULL;
}
- fic.type = FMT_INSTANCE_VG | FMT_INSTANCE_AUX_MDAS;
+ fic.type = FMT_INSTANCE_AUX_MDAS;
fic.context.vg_ref.vg_name = fmt->orphan_vg_name;
fic.context.vg_ref.vg_id = NULL;
if (!(fid = _pool_create_instance(fmt, &fic))) {