Skip to content
Snippets Groups Projects
Commit f674af10 authored by Andreas Dilger's avatar Andreas Dilger
Browse files

Branch HEAD

Change comment so that nobody gets the idea that "#define CDEBUG_ENABLED 0"
is the way to turn this off.
parent bdabc154
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment