From 5e824754901ad4bef7568c70c8434e1cf5a14bf2 Mon Sep 17 00:00:00 2001 From: Dave Wysochanski Date: Mon, 3 Aug 2009 12:11:45 +0000 Subject: [PATCH] Move FIXME from user visible lvm2app.h to lvm_vg.c Author: Dave Wysochanski --- liblvm/lvm2app.h | 1 - liblvm/lvm_vg.c | 3 +++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/liblvm/lvm2app.h b/liblvm/lvm2app.h index 39be8ca5f..e509cebc1 100644 --- a/liblvm/lvm2app.h +++ b/liblvm/lvm2app.h @@ -265,7 +265,6 @@ const char *lvm_errmsg(lvm_t libh); /** * Scan all devices on the system for VGs and LVM metadata. - * FIXME: Elaborate on when to use, side-effects, .cache file, etc * * \return * 0 (success) or -1 (failure). diff --git a/liblvm/lvm_vg.c b/liblvm/lvm_vg.c index b8c3ff46a..15cc8319f 100644 --- a/liblvm/lvm_vg.c +++ b/liblvm/lvm_vg.c @@ -309,6 +309,9 @@ struct dm_list *lvm_list_vg_uuids(lvm_t libh) return get_vgids((struct cmd_context *)libh, 0); } +/* + * FIXME: Elaborate on when to use, side-effects, .cache file, etc + */ int lvm_scan(lvm_t libh) { if (!lvmcache_label_scan((struct cmd_context *)libh, 2))