mirror of
https://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git
synced 2024-12-20 15:30:42 +08:00
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:
parent
0e8a9560d8
commit
f43650c308
@ -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.
|
||||
|
||||
|
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user