]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commitdiff
problem.c:
authorTheodore Ts'o <tytso@mit.edu>
Thu, 8 Feb 2001 02:34:50 +0000 (02:34 +0000)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 8 Feb 2001 02:34:50 +0000 (02:34 +0000)
  Add quick compression of journal -> @j
jfs.h:
  Eliminate force of JFS_DEBUG for userspace

e2fsck/problem.c
include/linux/jfs.h

index abec3cbaf66640e9913d9271742f3059bc5d6624..a44f014d00cefc714e6b8ac7f0095fc6fe314046 100644 (file)
@@ -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 */
index 739b6c52df4c3d29dec0c84fc4c11746f9f4f71b..a2e214d273dd020434bd2e5e0714bf5bbb3736a2 100644 (file)
@@ -26,8 +26,6 @@
  */
 #ifdef __KERNEL__
 #define JFS_DEBUG
-#else
-#define JFS_DEBUG
 #endif
 
 extern int journal_enable_debug;