public inbox for lvm2-cvs@sourceware.org
help / color / mirror / Atom feed
* LVM2 ./WHATS_NEW lib/metadata/metadata.h
@ 2010-08-26 12:08 mbroz
  0 siblings, 0 replies; only message in thread
From: mbroz @ 2010-08-26 12:08 UTC (permalink / raw)
  To: lvm-devel, lvm2-cvs

CVSROOT:	/cvs/lvm2
Module name:	LVM2
Changes by:	mbroz@sourceware.org	2010-08-26 12:08:20

Modified files:
	.              : WHATS_NEW 
	lib/metadata   : metadata.h 

Log message:
	Fix return type qualifier to avoid compiler warning.
	
	introduced in commit b16b4d92a7bd80b61b85c5db857173a8f0567374
	"Improve various log messages."
	
	fixes a lot of
	../include/metadata.h:148: warning: type qualifiers ignored on function return type

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/WHATS_NEW.diff?cvsroot=lvm2&r1=1.1723&r2=1.1724
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/lib/metadata/metadata.h.diff?cvsroot=lvm2&r1=1.217&r2=1.218

--- LVM2/WHATS_NEW	2010/08/23 11:37:02	1.1723
+++ LVM2/WHATS_NEW	2010/08/26 12:08:19	1.1724
@@ -1,5 +1,6 @@
 Version 2.02.74 - 
 ==================================
+  Fix return type qualifier to avoid compiler warning. (2.02.69)
   Automatically generate LSB Requires-Start for clvmd init script.
   Fix return code of pvmove --abort PV.
   Fix pvmove --abort to remove even for empty pvmove LV.
--- LVM2/lib/metadata/metadata.h	2010/08/20 12:43:49	1.217
+++ LVM2/lib/metadata/metadata.h	2010/08/26 12:08:19	1.218
@@ -145,7 +145,7 @@
 	 * Per location description for logging.
 	 */
 	const char *(*mda_metadata_locn_name) (void *metadata_locn);
-	uint64_t const (*mda_metadata_locn_offset) (void *metadata_locn);
+	uint64_t (*mda_metadata_locn_offset) (void *metadata_locn);
 
 	/*
 	 * Returns number of free sectors in given metadata area.


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

only message in thread, other threads:[~2010-08-26 12:08 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-08-26 12:08 LVM2 ./WHATS_NEW lib/metadata/metadata.h mbroz

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