From: Theodore Ts'o Date: Thu, 8 Feb 2001 02:34:50 +0000 (+0000) Subject: problem.c: X-Git-Tag: E2FSPROGS-1_20~110 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=67a473ecb902aef06f56811f0fe1658453168f8b;p=tools%2Fe2fsprogs.git problem.c: Add quick compression of journal -> @j jfs.h: Eliminate force of JFS_DEBUG for userspace --- diff --git a/e2fsck/problem.c b/e2fsck/problem.c index abec3cb..a44f014 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 739b6c5..a2e214d 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;