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 lvm.h lvm_vg.c
Date: Sun, 26 Jul 2009 16:05:00 -0000	[thread overview]
Message-ID: <20090726160550.11586.qmail@sourceware.org> (raw)

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

Modified files:
	liblvm         : .exported_symbols lvm.h lvm_vg.c 

Log message:
	Rename lvm_vg_get_free_count to lvm_vg_get_free_extent_count.
	
	Author: Dave Wysochanski <dwysocha@redhat.com>

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/liblvm/.exported_symbols.diff?cvsroot=lvm2&r1=1.11&r2=1.12
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/liblvm/lvm.h.diff?cvsroot=lvm2&r1=1.16&r2=1.17
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/liblvm/lvm_vg.c.diff?cvsroot=lvm2&r1=1.11&r2=1.12

--- LVM2/liblvm/.exported_symbols	2009/07/26 14:36:52	1.11
+++ LVM2/liblvm/.exported_symbols	2009/07/26 16:05:49	1.12
@@ -10,7 +10,7 @@
 lvm_vg_get_free
 lvm_vg_get_extent_size
 lvm_vg_get_extent_count
-lvm_vg_get_free_count
+lvm_vg_get_free_extent_count
 lvm_vg_get_pv_count
 lvm_lv_get_uuid
 lvm_lv_get_name
--- LVM2/liblvm/lvm.h	2009/07/26 14:36:52	1.16
+++ LVM2/liblvm/lvm.h	2009/07/26 16:05:49	1.17
@@ -264,7 +264,7 @@
 uint64_t lvm_vg_get_free(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_count(const vg_t *vg);
+uint64_t lvm_vg_get_free_extent_count(const vg_t *vg);
 uint64_t lvm_vg_get_pv_count(const vg_t *vg);
 uint64_t lvm_lv_get_size(const lv_t *lv);
 
--- LVM2/liblvm/lvm_vg.c	2009/07/26 13:06:59	1.11
+++ LVM2/liblvm/lvm_vg.c	2009/07/26 16:05:49	1.12
@@ -211,7 +211,7 @@
 	return vg_extent_count(vg);
 }
 
-uint64_t lvm_vg_get_free_count(const vg_t *vg)
+uint64_t lvm_vg_get_free_extent_count(const vg_t *vg)
 {
 	return vg_free_count(vg);
 }


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

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-07-26 16:05 wysochanski [this message]
  -- strict thread matches above, loose matches on Subject: below --
2009-07-27 17:44 wysochanski
2009-07-24 12:48 wysochanski
2009-07-24 12:47 wysochanski
2009-07-23 23:39 wysochanski
2009-07-22 22:24 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=20090726160550.11586.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).