public inbox for lvm2-cvs@sourceware.org
help / color / mirror / Atom feed
* LVM2 lib/thin/thin.c libdm/libdm-deptree.c
@ 2012-03-02 21:43 zkabelac
  0 siblings, 0 replies; only message in thread
From: zkabelac @ 2012-03-02 21:43 UTC (permalink / raw)
  To: lvm-devel, lvm2-cvs

CVSROOT:	/cvs/lvm2
Module name:	LVM2
Changes by:	zkabelac@sourceware.org	2012-03-02 21:43:27

Modified files:
	lib/thin       : thin.c 
	libdm          : libdm-deptree.c 

Log message:
	Purge remaining trim bits from code

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/lib/thin/thin.c.diff?cvsroot=lvm2&r1=1.48&r2=1.49
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/libdm/libdm-deptree.c.diff?cvsroot=lvm2&r1=1.159&r2=1.160

--- LVM2/lib/thin/thin.c	2012/03/02 13:26:09	1.48
+++ LVM2/lib/thin/thin.c	2012/03/02 21:43:26	1.49
@@ -53,7 +53,7 @@
 	uint32_t delete_id = 0;
 	dm_thin_message_t type;
 
-	/* Message must have only one from: create, trim, delete */
+	/* Message must have only one from: create, delete */
 	if (dm_config_get_str(sn, "create", &lv_name)) {
 		if (!(lv = find_lv(seg->lv->vg, lv_name)))
 			return SEG_LOG_ERROR("Unknown LV %s for create message in",
--- LVM2/libdm/libdm-deptree.c	2012/03/02 17:31:22	1.159
+++ LVM2/libdm/libdm-deptree.c	2012/03/02 21:43:27	1.160
@@ -122,10 +122,6 @@
 			uint64_t current_id;
 			uint64_t new_id;
 		} m_set_transaction_id;
-		struct {
-			uint32_t device_id;
-			uint64_t new_size;
-		} m_trim;
 	} u;
 };
 


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-03-02 21:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-03-02 21:43 LVM2 lib/thin/thin.c libdm/libdm-deptree.c zkabelac

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).