• T
    ext4: remove failed journal checksum check · cf40db13
    Theodore Ts'o 提交于
    Now that we are checking for failed journal checksums in the jbd2
    layer, we don't need to check in the ext4 mount path --- since a
    checksum fail will result in ext4_load_journal() returning an error,
    causing the file system to refuse to be mounted until e2fsck can deal
    with the problem.
    Signed-off-by: N"Theodore Ts'o" <tytso@mit.edu>
    cf40db13
super.c 111.8 KB