diff options
Diffstat (limited to 'fs/jffs2/debug.h')
-rw-r--r-- | fs/jffs2/debug.h | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/fs/jffs2/debug.h b/fs/jffs2/debug.h index 03d9626ad1ce..60e5dbb3946a 100644 --- a/fs/jffs2/debug.h +++ b/fs/jffs2/debug.h | |||
@@ -7,7 +7,7 @@ | |||
7 | * | 7 | * |
8 | * For licensing information, see the file 'LICENCE' in this directory. | 8 | * For licensing information, see the file 'LICENCE' in this directory. |
9 | * | 9 | * |
10 | * $Id: debug.h,v 1.14 2005/08/17 13:48:59 dedekind Exp $ | 10 | * $Id: debug.h,v 1.15 2005/09/07 08:34:54 havasi Exp $ |
11 | * | 11 | * |
12 | */ | 12 | */ |
13 | #ifndef _JFFS2_DEBUG_H_ | 13 | #ifndef _JFFS2_DEBUG_H_ |
@@ -28,6 +28,7 @@ | |||
28 | #define JFFS2_DBG_DENTLIST_MESSAGES | 28 | #define JFFS2_DBG_DENTLIST_MESSAGES |
29 | #define JFFS2_DBG_NODEREF_MESSAGES | 29 | #define JFFS2_DBG_NODEREF_MESSAGES |
30 | #define JFFS2_DBG_INOCACHE_MESSAGES | 30 | #define JFFS2_DBG_INOCACHE_MESSAGES |
31 | #define JFFS2_DBG_SUMMARY_MESSAGES | ||
31 | #endif | 32 | #endif |
32 | 33 | ||
33 | #if CONFIG_JFFS2_FS_DEBUG == 2 | 34 | #if CONFIG_JFFS2_FS_DEBUG == 2 |
@@ -137,6 +138,13 @@ | |||
137 | #define JFFS2_DBG_INOCACHE(fmt, ...) | 138 | #define JFFS2_DBG_INOCACHE(fmt, ...) |
138 | #endif | 139 | #endif |
139 | 140 | ||
141 | /* Summary debugging messages */ | ||
142 | #ifdef JFFS2_DBG_SUMMARY_MESSAGES | ||
143 | #define JFFS2_DBG_SUMMARY(fmt, ...) JFFS2_DEBUG(fmt, ##__VA_ARGS__) | ||
144 | #else | ||
145 | #define JFFS2_DBG_SUMMARY(fmt, ...) | ||
146 | #endif | ||
147 | |||
140 | /* Watch the object allocations */ | 148 | /* Watch the object allocations */ |
141 | #ifdef JFFS2_DBG_MEMALLOC_MESSAGES | 149 | #ifdef JFFS2_DBG_MEMALLOC_MESSAGES |
142 | #define JFFS2_DBG_MEMALLOC(fmt, ...) JFFS2_DEBUG(fmt, ##__VA_ARGS__) | 150 | #define JFFS2_DBG_MEMALLOC(fmt, ...) JFFS2_DEBUG(fmt, ##__VA_ARGS__) |