Whamcloud - gitweb
Don't have D_MALLOC on by default. This slipped in during debugging.
[fs/lustre-release.git] / lustre / portals / libcfs / debug.c
index 0f88a11..95d5be7 100644 (file)
@@ -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;