]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit - e2fsck/problem.c
e2fsck.h, journal.c (e2fsck_move_ext3_journal): Add new function
authorTheodore Ts'o <tytso@mit.edu>
Sun, 7 Oct 2001 01:26:27 +0000 (21:26 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Sun, 7 Oct 2001 01:26:27 +0000 (21:26 -0400)
commit773fd8a1d4202af708a37bdc7754134e6fdcfe22
tree7ce08de52da4fa90931b41cc48cfaded4ec85dab
parentff63f2686f859418b7248029a967f9f7280109dc
e2fsck.h, journal.c (e2fsck_move_ext3_journal): Add new function
which will automatically relocate the ext3 journal from a
visible file to an invisible journal file if the
filesystem has been opened read/write.

super.c (check_super_block): Add call to e2fsck_move_ext3_journal

problem.c, problem.h (PR_0_MOVE_JOURNAL, PR_0_ERR_MOVE_JOURNAL):
Add new problem codes.
e2fsck/ChangeLog
e2fsck/e2fsck.h
e2fsck/journal.c
e2fsck/problem.c
e2fsck/problem.h
e2fsck/super.c