From: Theodore Ts'o Date: Mon, 23 Nov 2009 02:00:01 +0000 (-0500) Subject: ext4: remove failed journal checksum check X-Git-Tag: v2.6.33-rc1~330^2~38 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cf40db137cc2b2a1b3f6850247ac2b181d9d3847;p=pandora-kernel.git 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" --- Reading git-diff-tree failed