* LVM2 ./WHATS_NEW_DM libdm/mm/pool.c
@ 2011-09-01 10:19 zkabelac
0 siblings, 0 replies; only message in thread
From: zkabelac @ 2011-09-01 10:19 UTC (permalink / raw)
To: lvm-devel
CVSROOT: /cvs/lvm2
Module name: LVM2
Changes by: zkabelac at sourceware.org 2011-09-01 10:19:01
Modified files:
. : WHATS_NEW_DM
libdm/mm : pool.c
Log message:
Mark unreleased memory pools as internal error
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/WHATS_NEW_DM.diff?cvsroot=lvm2&r1=1.495&r2=1.496
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/libdm/mm/pool.c.diff?cvsroot=lvm2&r1=1.8&r2=1.9
--- LVM2/WHATS_NEW_DM 2011/08/19 19:42:39 1.495
+++ LVM2/WHATS_NEW_DM 2011/09/01 10:19:01 1.496
@@ -1,5 +1,6 @@
Version 1.02.68 -
==================================
+ Mark unreleased memory pools as internal error.
Version 1.02.67 - 19th August 2011
==================================
--- LVM2/libdm/mm/pool.c 2011/08/11 17:29:05 1.8
+++ LVM2/libdm/mm/pool.c 2011/09/01 10:19:01 1.9
@@ -94,6 +94,7 @@
log_error(" [%p] %s", p, p->name);
#endif
}
+ log_error(INTERNAL_ERROR "Unreleased memory pool(s) found.");
}
/**
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2011-09-01 10:19 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-01 10:19 LVM2 ./WHATS_NEW_DM libdm/mm/pool.c zkabelac
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.