Whamcloud - gitweb
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 abec3cb..a44f014 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 739b6c5..a2e214d 100644 (file)
@@ -26,8 +26,6 @@
  */
 #ifdef __KERNEL__
 #define JFS_DEBUG
-#else
-#define JFS_DEBUG
 #endif
 
 extern int journal_enable_debug;