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 | |
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
-rw-r--r-- | e2fsck/problem.c | 2 | ||||
-rw-r--r-- | include/linux/jfs.h | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/e2fsck/problem.c b/e2fsck/problem.c index abec3cba..a44f014d 100644 --- a/e2fsck/problem.c +++ b/e2fsck/problem.c @@ -535,7 +535,7 @@ static const struct e2fsck_problem problem_table[] = { /* Journal has bad mode */ { PR_1_JOURNAL_BAD_MODE, - N_("Journal is not regular file. "), + N_("@j is not regular file. "), PROMPT_FIX, PR_PREEN_OK }, /* Pass 1b errors */ 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; |