From 8602aad84cd0ae57ed1eade67c20d3e6c384d9f5 Mon Sep 17 00:00:00 2001 From: adilger Date: Tue, 23 Mar 2004 17:20:13 +0000 Subject: [PATCH] Don't have D_MALLOC on by default. This slipped in during debugging. --- lnet/libcfs/debug.c | 2 +- lustre/portals/libcfs/debug.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lnet/libcfs/debug.c b/lnet/libcfs/debug.c index 0f88a11..95d5be7 100644 --- a/lnet/libcfs/debug.c +++ b/lnet/libcfs/debug.c @@ -57,7 +57,7 @@ unsigned int portal_subsystem_debug = ~0 - (S_PORTALS | S_QSWNAL | S_SOCKNAL | EXPORT_SYMBOL(portal_subsystem_debug); unsigned int portal_debug = (D_WARNING | D_DLMTRACE | D_ERROR | D_EMERG | D_HA | - D_RPCTRACE | D_VFSTRACE | D_MALLOC); + D_RPCTRACE | D_VFSTRACE); EXPORT_SYMBOL(portal_debug); unsigned int portal_cerror = 1; diff --git a/lustre/portals/libcfs/debug.c b/lustre/portals/libcfs/debug.c index 0f88a11..95d5be7 100644 --- a/lustre/portals/libcfs/debug.c +++ b/lustre/portals/libcfs/debug.c @@ -57,7 +57,7 @@ unsigned int portal_subsystem_debug = ~0 - (S_PORTALS | S_QSWNAL | S_SOCKNAL | EXPORT_SYMBOL(portal_subsystem_debug); unsigned int portal_debug = (D_WARNING | D_DLMTRACE | D_ERROR | D_EMERG | D_HA | - D_RPCTRACE | D_VFSTRACE | D_MALLOC); + D_RPCTRACE | D_VFSTRACE); EXPORT_SYMBOL(portal_debug); unsigned int portal_cerror = 1; -- 1.8.3.1