ext4: Save error information to the superblock for analysis
authorTheodore Ts'o <tytso@mit.edu>
Tue, 27 Jul 2010 15:56:03 +0000 (11:56 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 27 Jul 2010 15:56:03 +0000 (11:56 -0400)
commit1c13d5c0872870cca3e612aa045d492ead9ab004
tree6e3dd0d3f49ff56dda9fc6cd72c233759bc24e09
parentc398eda0e43a791be0fca6f197a1e2bbb9f16070
ext4: Save error information to the superblock for analysis

Save number of file system errors, and the time function name, line
number, block number, and inode number of the first and most recent
errors reported on the file system in the superblock.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
fs/ext4/block_validity.c
fs/ext4/ext4.h
fs/ext4/ext4_jbd2.c
fs/ext4/inode.c
fs/ext4/super.c