From: Theodore Ts'o Date: Fri, 6 Jun 2008 21:50:40 +0000 (-0400) Subject: jbd2: If a journal checksum error is detected, propagate the error to ext4 X-Git-Tag: v2.6.26-rc6~29^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=624080eded68738daee041ad64672a9d2614754f;p=pandora-kernel.git 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: "Theodore Ts'o" --- Reading git-diff-tree failed