diff options
Diffstat (limited to 'include/linux/jbd.h')
-rw-r--r-- | include/linux/jbd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/jbd.h b/include/linux/jbd.h index d77f67d954f8..16e7ed855a18 100644 --- a/include/linux/jbd.h +++ b/include/linux/jbd.h | |||
@@ -58,7 +58,7 @@ | |||
58 | * CONFIG_JBD_DEBUG is on. | 58 | * CONFIG_JBD_DEBUG is on. |
59 | */ | 59 | */ |
60 | #define JBD_EXPENSIVE_CHECKING | 60 | #define JBD_EXPENSIVE_CHECKING |
61 | extern int journal_enable_debug; | 61 | extern u8 journal_enable_debug; |
62 | 62 | ||
63 | #define jbd_debug(n, f, a...) \ | 63 | #define jbd_debug(n, f, a...) \ |
64 | do { \ | 64 | do { \ |