ChangeLog, journal.c:

journal.c (e2fsck_check_ext3_journal): If JFS_DEBUG is defined at the
  	top level, set the JFS debuging level to 2.
This commit is contained in:
Theodore Ts'o 2000-12-09 06:47:56 +00:00
parent 0e8a9560d8
commit f43650c308
2 changed files with 6 additions and 0 deletions

View File

@ -1,5 +1,8 @@
2000-12-09 <tytso@snap.thunk.org>
* journal.c (e2fsck_check_ext3_journal): If JFS_DEBUG is defined
at the top level, set the JFS debuging level to 2.
* jfs_e2fsck.h, jfs_user.h: Replaces jfs_compat.h. The jfs.h file
has been moved to the include/linux directory.

View File

@ -478,6 +478,9 @@ int e2fsck_check_ext3_journal(e2fsck_t ctx)
if (!(s->s_feature_compat & EXT3_FEATURE_COMPAT_HAS_JOURNAL))
return 0;
#ifdef JFS_DEBUG
journal_enable_debug = 2;
#endif
clear_problem_context(&pctx);
pctx.num = s->s_journal_inum;