All of lore.kernel.org
 help / color / mirror / Atom feed
From: wysochanski@sourceware.org <wysochanski@sourceware.org>
To: lvm-devel@redhat.com
Subject: LVM2/liblvm lvm.h
Date: 23 Jul 2009 23:36:20 -0000	[thread overview]
Message-ID: <20090723233620.19664.qmail@sourceware.org> (raw)

CVSROOT:	/cvs/lvm2
Module name:	LVM2
Changes by:	wysochanski at sourceware.org	2009-07-23 23:36:20

Modified files:
	liblvm         : lvm.h 

Log message:
	Remove lvseg_t and pvseg_t typedefs from liblvm/lvm.h.
	
	We do not need lvseg and pvseg for now.  If we need we will add back
	later.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/liblvm/lvm.h.diff?cvsroot=lvm2&r1=1.6&r2=1.7

--- LVM2/liblvm/lvm.h	2009/07/23 01:20:22	1.6
+++ LVM2/liblvm/lvm.h	2009/07/23 23:36:20	1.7
@@ -22,15 +22,11 @@
 struct volume_group;
 struct physical_volume;
 struct logical_volume;
-struct lv_segment;
-struct pv_segment;
 
 /* liblvm handles to objects pv, vg, lv, pvseg, lvseg */
 typedef struct volume_group vg_t;
 typedef struct physical_volume pv_t;
 typedef struct logical_volume lv_t;
-typedef struct pv_segment pvseg_t;
-typedef struct lv_segment lvseg_t;
 
 struct lvm; /* internal data */
 



             reply	other threads:[~2009-07-23 23:36 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-07-23 23:36 wysochanski [this message]
  -- strict thread matches above, loose matches on Subject: below --
2009-07-23 23:37 LVM2/liblvm lvm.h wysochanski
2009-07-26 16:11 wysochanski
2009-07-26 16:35 wysochanski
2009-07-26 16:49 wysochanski
2009-07-27  8:28 wysochanski
2009-07-27 21:13 wysochanski
2009-07-28  0:36 wysochanski
2009-07-28 12:19 wysochanski
2009-07-28 15:34 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=20090723233620.19664.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.