From: adilger Date: Tue, 23 Mar 2004 19:32:58 +0000 (+0000) Subject: Don't enable D_MALLOC by default, slipped in during debugging. X-Git-Tag: v1_8_0_110~486^6~41 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=b2a51950a92fbdfb22e88a4a218d5839a99179a7;p=fs%2Flustre-release.git Don't enable D_MALLOC by default, slipped in during debugging. --- diff --git a/lnet/lnet/api-init.c b/lnet/lnet/api-init.c index e2921ac..b811391 100644 --- a/lnet/lnet/api-init.c +++ b/lnet/lnet/api-init.c @@ -29,7 +29,7 @@ int ptl_init; unsigned int portal_subsystem_debug = ~0 - (S_PORTALS | S_QSWNAL | S_SOCKNAL | S_GMNAL | S_IBNAL); unsigned int portal_debug = (D_WARNING | D_DLMTRACE | D_ERROR | D_EMERG | D_HA | - D_RPCTRACE | D_VFSTRACE | D_MALLOC); + D_RPCTRACE | D_VFSTRACE); unsigned int portal_cerror = 1; unsigned int portal_printk; unsigned int portal_stack; diff --git a/lustre/portals/portals/api-init.c b/lustre/portals/portals/api-init.c index e2921ac..b811391 100644 --- a/lustre/portals/portals/api-init.c +++ b/lustre/portals/portals/api-init.c @@ -29,7 +29,7 @@ int ptl_init; unsigned int portal_subsystem_debug = ~0 - (S_PORTALS | S_QSWNAL | S_SOCKNAL | S_GMNAL | S_IBNAL); unsigned int portal_debug = (D_WARNING | D_DLMTRACE | D_ERROR | D_EMERG | D_HA | - D_RPCTRACE | D_VFSTRACE | D_MALLOC); + D_RPCTRACE | D_VFSTRACE); unsigned int portal_cerror = 1; unsigned int portal_printk; unsigned int portal_stack;