From faf07d358f0ecade9a18ac056aa0e1c545f35e36 Mon Sep 17 00:00:00 2001 From: Alasdair Kergon Date: Mon, 31 Oct 2005 15:46:29 +0000 Subject: [PATCH] revert unfinished change --- lib/metadata/metadata.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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); -- 2.43.5