]> git.baikalelectronics.ru Git - kernel.git/commit
ext4: remove failed journal checksum check
authorTheodore Ts'o <tytso@mit.edu>
Mon, 23 Nov 2009 02:00:01 +0000 (21:00 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 23 Nov 2009 02:00:01 +0000 (21:00 -0500)
commitca5d361843f39c24031c68e8edae701dee0c1c52
treee01838790b15f43453f43cb8aca8dc8a8654a44b
parent17d7bfb05140800992e5224fa5778519cbf80af6
ext4: remove failed journal checksum check

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: "Theodore Ts'o" <tytso@mit.edu>
fs/ext4/super.c