From f674af1072471952e08991d20a49cabca5183b6f Mon Sep 17 00:00:00 2001 From: adilger <adilger> Date: Wed, 16 May 2007 22:25:38 +0000 Subject: [PATCH] Branch HEAD Change comment so that nobody gets the idea that "#define CDEBUG_ENABLED 0" is the way to turn this off. --- lnet/include/libcfs/libcfs.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lnet/include/libcfs/libcfs.h b/lnet/include/libcfs/libcfs.h index 341d3caa53..82a3c51155 100644 --- a/lnet/include/libcfs/libcfs.h +++ b/lnet/include/libcfs/libcfs.h @@ -165,7 +165,7 @@ typedef struct { } cfs_debug_limit_state_t; /* Controlled via configure key */ -/* #define CDEBUG_ENABLED (1) */ +/* #define CDEBUG_ENABLED */ #ifdef __KERNEL__ @@ -249,7 +249,7 @@ do { \ #endif /* Controlled via configure key */ -/* #define CDEBUG_ENTRY_EXIT (1) */ +/* #define CDEBUG_ENTRY_EXIT */ #ifdef CDEBUG_ENTRY_EXIT -- GitLab