diff options
-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; |