public inbox for lvm2-cvs@sourceware.org
help / color / mirror / Atom feed
From: wysochanski@sourceware.org
To: lvm-devel@redhat.com, lvm2-cvs@sourceware.org
Subject: LVM2 liblvm/.exported_symbols liblvm/lvm.h lib ...
Date: Sun, 26 Jul 2009 16:06:00 -0000	[thread overview]
Message-ID: <20090726160647.12511.qmail@sourceware.org> (raw)

CVSROOT:	/cvs/lvm2
Module name:	LVM2
Changes by:	wysochanski@sourceware.org	2009-07-26 16:06:46

Modified files:
	liblvm         : .exported_symbols lvm.h lvm_vg.c 
	test/api       : test.c 

Log message:
	Rename lvm_vg_get_free to lvm_vg_get_free_size.
	
	Author: Dave Wysochanski <dwysocha@redhat.com>

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/liblvm/.exported_symbols.diff?cvsroot=lvm2&r1=1.13&r2=1.14
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/liblvm/lvm.h.diff?cvsroot=lvm2&r1=1.18&r2=1.19
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/liblvm/lvm_vg.c.diff?cvsroot=lvm2&r1=1.13&r2=1.14
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/test/api/test.c.diff?cvsroot=lvm2&r1=1.11&r2=1.12

--- LVM2/liblvm/.exported_symbols	2009/07/26 16:06:21	1.13
+++ LVM2/liblvm/.exported_symbols	2009/07/26 16:06:46	1.14
@@ -7,7 +7,7 @@
 lvm_vg_get_name
 lvm_vg_get_uuid
 lvm_vg_get_size
-lvm_vg_get_free
+lvm_vg_get_free_size
 lvm_vg_get_extent_size
 lvm_vg_get_extent_count
 lvm_vg_get_free_extent_count
--- LVM2/liblvm/lvm.h	2009/07/26 16:06:21	1.18
+++ LVM2/liblvm/lvm.h	2009/07/26 16:06:46	1.19
@@ -261,7 +261,7 @@
  */
 uint64_t lvm_pv_get_mda_count(const pv_t *pv);
 uint64_t lvm_vg_get_size(const vg_t *vg);
-uint64_t lvm_vg_get_free(const vg_t *vg);
+uint64_t lvm_vg_get_free_size(const vg_t *vg);
 uint64_t lvm_vg_get_extent_size(const vg_t *vg);
 uint64_t lvm_vg_get_extent_count(const vg_t *vg);
 uint64_t lvm_vg_get_free_extent_count(const vg_t *vg);
--- LVM2/liblvm/lvm_vg.c	2009/07/26 16:06:21	1.13
+++ LVM2/liblvm/lvm_vg.c	2009/07/26 16:06:46	1.14
@@ -196,7 +196,7 @@
 	return vg_size(vg);
 }
 
-uint64_t lvm_vg_get_free(const vg_t *vg)
+uint64_t lvm_vg_get_free_size(const vg_t *vg)
 {
 	return vg_free(vg);
 }
--- LVM2/test/api/test.c	2009/07/26 16:06:21	1.11
+++ LVM2/test/api/test.c	2009/07/26 16:06:46	1.12
@@ -232,7 +232,7 @@
 {
 	printf("%s (%s): size=%"PRIu64", free=%"PRIu64", #pv=%"PRIu64"\n",
 		lvm_vg_get_name(vg), lvm_vg_get_uuid(vg),
-		lvm_vg_get_size(vg), lvm_vg_get_free(vg),
+		lvm_vg_get_size(vg), lvm_vg_get_free_size(vg),
 		lvm_vg_get_pv_count(vg));
 }
 


             reply	other threads:[~2009-07-26 16:06 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-07-26 16:06 wysochanski [this message]
2009-07-26 16:06 wysochanski
2009-07-26 16:44 wysochanski
2009-07-28  9:16 wysochanski
2009-07-28 11:03 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=20090726160647.12511.qmail@sourceware.org \
    --to=wysochanski@sourceware.org \
    --cc=lvm-devel@redhat.com \
    --cc=lvm2-cvs@sourceware.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).