From b2a51950a92fbdfb22e88a4a218d5839a99179a7 Mon Sep 17 00:00:00 2001 From: adilger Date: Tue, 23 Mar 2004 19:32:58 +0000 Subject: [PATCH] Don't enable D_MALLOC by default, slipped in during debugging. --- lnet/lnet/api-init.c | 2 +- lustre/portals/portals/api-init.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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; -- 1.8.3.1