diff options
author | Theodore Ts'o <tytso@mit.edu> | 2001-02-08 02:34:50 +0000 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2001-02-08 02:34:50 +0000 |
commit | 67a473ecb902aef06f56811f0fe1658453168f8b (patch) | |
tree | 268f99c102db0e6e390f5ed72569cdd84984e530 /include | |
parent | 4e009f6a2e86fa4936a14330f379a8cfcbf0ce86 (diff) | |
download | e2fsprogs-67a473ecb902aef06f56811f0fe1658453168f8b.tar.gz |
problem.c:
Add quick compression of journal -> @j
jfs.h:
Eliminate force of JFS_DEBUG for userspace
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/jfs.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/jfs.h b/include/linux/jfs.h index 739b6c52..a2e214d2 100644 --- a/include/linux/jfs.h +++ b/include/linux/jfs.h @@ -26,8 +26,6 @@ */ #ifdef __KERNEL__ #define JFS_DEBUG -#else -#define JFS_DEBUG #endif extern int journal_enable_debug; |