From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13132 invoked by alias); 8 Feb 2011 15:52:02 -0000 Received: (qmail 13114 invoked by uid 9737); 8 Feb 2011 15:52:01 -0000 Date: Tue, 08 Feb 2011 15:52:00 -0000 Message-ID: <20110208155201.13112.qmail@sourceware.org> From: zkabelac@sourceware.org To: lvm-devel@redhat.com, lvm2-cvs@sourceware.org Subject: LVM2/libdm/mm dbg_malloc.c Mailing-List: contact lvm2-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: lvm2-cvs-owner@sourceware.org X-SW-Source: 2011-02/txt/msg00025.txt.bz2 CVSROOT: /cvs/lvm2 Module name: LVM2 Changes by: zkabelac@sourceware.org 2011-02-08 15:52:01 Modified files: libdm/mm : dbg_malloc.c Log message: Revert DEBUG_MEM cleanup commit As functions compiled within this define are apparently stil part of the public API, (though lvm2 code is never using them unless this define is used for compilation), keep functions available in the code for now -> revert. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/libdm/mm/dbg_malloc.c.diff?cvsroot=lvm2&r1=1.22&r2=1.23 --- LVM2/libdm/mm/dbg_malloc.c 2011/01/28 16:01:32 1.22 +++ LVM2/libdm/mm/dbg_malloc.c 2011/02/08 15:52:00 1.23 @@ -15,8 +15,6 @@ #include "dmlib.h" -#ifdef DEBUG_MEM - #include #include @@ -251,8 +249,6 @@ } } -#endif - void *dm_malloc_aux(size_t s, const char *file __attribute__((unused)), int line __attribute__((unused))) {