All of lore.kernel.org
 help / color / mirror / Atom feed
* LVM2/lib/filters filter-md.c
@ 2010-09-22  1:50 agk
  0 siblings, 0 replies; only message in thread
From: agk @ 2010-09-22  1:50 UTC (permalink / raw)
  To: lvm-devel

CVSROOT:	/cvs/lvm2
Module name:	LVM2
Changes by:	agk at sourceware.org	2010-09-22 01:50:38

Modified files:
	lib/filters    : filter-md.c 

Log message:
	Fix name in msg in last checkin.
	
	(The problem the last checkin addressed was a segfault in 'pvs -a' if .cache
	didn't contain every PV in a VG.)

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/lib/filters/filter-md.c.diff?cvsroot=lvm2&r1=1.10&r2=1.11

--- LVM2/lib/filters/filter-md.c	2010/09/22 01:36:14	1.10
+++ LVM2/lib/filters/filter-md.c	2010/09/22 01:50:38	1.11
@@ -46,7 +46,7 @@
 static void _destroy(struct dev_filter *f)
 {
 	if (f->use_count)
-		log_error(INTERNAL_ERROR "Destroying sysfs filter while in use %u times.", f->use_count);
+		log_error(INTERNAL_ERROR "Destroying md filter while in use %u times.", f->use_count);
 
 	dm_free(f);
 }



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

only message in thread, other threads:[~2010-09-22  1:50 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-22  1:50 LVM2/lib/filters filter-md.c agk

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.