mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
Move FIXME from user visible lvm2app.h to lvm_vg.c
Author: Dave Wysochanski <dwysocha@redhat.com>
This commit is contained in:
parent
f86117e3d5
commit
5e82475490
@ -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).
|
||||
|
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user