Skip to content
Commit 624080ed authored by Theodore Ts'o's avatar Theodore Ts'o
Browse files

jbd2: If a journal checksum error is detected, propagate the error to ext4



If a journal checksum error is detected, the ext4 filesystem will call
ext4_error(), and the mount will either continue, become a read-only
mount, or cause a kernel panic based on the superblock flags
indicating the user's preference of what to do in case of filesystem
corruption being detected.

Signed-off-by: default avatar"Theodore Ts'o" <tytso@mit.edu>
parent 8ea76900
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment