]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
jbd2: If a journal checksum error is detected, propagate the error to ext4
authorTheodore Ts'o <tytso@mit.edu>
Fri, 6 Jun 2008 21:50:40 +0000 (17:50 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 6 Jun 2008 21:50:40 +0000 (17:50 -0400)
commit624080eded68738daee041ad64672a9d2614754f
treec1350c70233c1f7536a1927bacabe4084770d3c7
parent8ea76900be3b4522396e2021260d2818a27b3a5b
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" <tytso@mit.edu>
fs/ext4/super.c
fs/jbd2/recovery.c
include/linux/jbd2.h