From: wysochanski@sourceware.org <wysochanski@sourceware.org>
To: lvm-devel@redhat.com
Subject: LVM2 liblvm/.exported_symbols liblvm/lvm.h lib ...
Date: 26 Jul 2009 16:44:06 -0000 [thread overview]
Message-ID: <20090726164406.23895.qmail@sourceware.org> (raw)
CVSROOT: /cvs/lvm2
Module name: LVM2
Changes by: wysochanski at sourceware.org 2009-07-26 16:44:05
Modified files:
liblvm : .exported_symbols lvm.h lvm_vg.c
test/api : test.c
Log message:
Rename lvm_scan_vgs to lvm_scan.
Author: Dave Wysochanski <dwysocha@redhat.com>
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/liblvm/.exported_symbols.diff?cvsroot=lvm2&r1=1.14&r2=1.15
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/liblvm/lvm.h.diff?cvsroot=lvm2&r1=1.21&r2=1.22
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/liblvm/lvm_vg.c.diff?cvsroot=lvm2&r1=1.14&r2=1.15
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/test/api/test.c.diff?cvsroot=lvm2&r1=1.12&r2=1.13
--- LVM2/liblvm/.exported_symbols 2009/07/26 16:06:46 1.14
+++ LVM2/liblvm/.exported_symbols 2009/07/26 16:44:05 1.15
@@ -22,7 +22,7 @@
lvm_vg_open
lvm_vg_close
lvm_vg_remove
-lvm_scan_vgs
+lvm_scan
lvm_errno
lvm_errmsg
lvm_vg_list_pvs
--- LVM2/liblvm/lvm.h 2009/07/26 16:35:57 1.21
+++ LVM2/liblvm/lvm.h 2009/07/26 16:44:05 1.22
@@ -176,7 +176,7 @@
*
* \return Status code of 1 (success) or 0 (failure).
*/
-int lvm_scan_vgs(lvm_t libh);
+int lvm_scan(lvm_t libh);
/*************************** volume group handling **************************/
@@ -184,7 +184,7 @@
* Return the list of volume group names.
*
* NOTE: This function will _NOT_ scan devices in the system for LVM metadata.
- * To scan the system, use lvm_scan_vgs.
+ * To scan the system, use lvm_scan.
*
* To process the list, use the dm_list iterator functions. For example:
* vg_t *vg;
@@ -211,7 +211,7 @@
* Return the list of volume group uuids.
*
* NOTE: This function will _NOT_ scan devices in the system for LVM metadata.
- * To scan the system, use lvm_scan_vgs.
+ * To scan the system, use lvm_scan.
*
* \param libh
* Handle obtained from lvm_create.
--- LVM2/liblvm/lvm_vg.c 2009/07/26 16:06:46 1.14
+++ LVM2/liblvm/lvm_vg.c 2009/07/26 16:44:05 1.15
@@ -252,7 +252,7 @@
return get_vgids((struct cmd_context *)libh, 0);
}
-int lvm_scan_vgs(lvm_t libh)
+int lvm_scan(lvm_t libh)
{
return lvmcache_label_scan((struct cmd_context *)libh, 2);
}
--- LVM2/test/api/test.c 2009/07/26 16:06:46 1.12
+++ LVM2/test/api/test.c 2009/07/26 16:44:05 1.13
@@ -264,7 +264,7 @@
static void _scan_vgs(lvm_t libh)
{
- lvm_scan_vgs(libh);
+ lvm_scan(libh);
}
static void _list_vg_names(lvm_t libh)
next reply other threads:[~2009-07-26 16:44 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-07-26 16:44 wysochanski [this message]
-- strict thread matches above, loose matches on Subject: below --
2009-07-28 11:03 LVM2 liblvm/.exported_symbols liblvm/lvm.h lib wysochanski
2009-07-28 9:16 wysochanski
2009-07-26 16:06 wysochanski
2009-07-26 16:06 wysochanski
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20090726164406.23895.qmail@sourceware.org \
--to=wysochanski@sourceware.org \
--cc=lvm-devel@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.