diff options
author | Jan Kara <jack@suse.cz> | 2025-02-06 12:46:59 +0300 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2025-03-17 18:19:41 +0300 |
commit | a662f3c03b754e1f97a2781fa242e95bdb139798 (patch) | |
tree | 5f19cd9e6ec639f30491b5c009163192f9182dd2 /scripts/gdb/linux/tasks.py | |
parent | e6eff39dd0fe4190c6146069cc16d160e71d1148 (diff) | |
download | linux-a662f3c03b754e1f97a2781fa242e95bdb139798.tar.xz |
jbd2: do not try to recover wiped journal
If a journal is wiped, we will set journal->j_tail to 0. However if
'write' argument is not set (as it happens for read-only device or for
ocfs2), the on-disk superblock is not updated accordingly and thus
jbd2_journal_recover() cat try to recover the wiped journal. Fix the
check in jbd2_journal_recover() to use journal->j_tail for checking
empty journal instead.
Signed-off-by: Jan Kara <jack@suse.cz>
Reviewed-by: Zhang Yi <yi.zhang@huawei.com>
Link: https://patch.msgid.link/20250206094657.20865-4-jack@suse.cz
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Diffstat (limited to 'scripts/gdb/linux/tasks.py')
0 files changed, 0 insertions, 0 deletions