From: Alasdair Kergon Date: Mon, 31 Oct 2005 15:46:29 +0000 (+0000) Subject: revert unfinished change X-Git-Tag: v2_02_91~4698 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=faf07d358f0ecade9a18ac056aa0e1c545f35e36;p=lvm2.git revert unfinished change --- diff --git a/lib/metadata/metadata.h b/lib/metadata/metadata.h index 6820af076..4ca82a257 100644 --- a/lib/metadata/metadata.h +++ b/lib/metadata/metadata.h @@ -495,8 +495,7 @@ struct volume_group *find_vg_with_lv(const char *lv_name); /* Find LV with given lvid (used during activation) */ struct logical_volume *lv_from_lvid(struct cmd_context *cmd, - const char *lvid_s, - int precommit); + const char *lvid_s); /* FIXME Merge these functions with ones above */ struct physical_volume *find_pv(struct volume_group *vg, struct device *dev);