diff options
author | 2018-05-12 12:15:21 -0400 | |
---|---|---|
committer | 2018-05-12 12:15:21 -0400 | |
commit | 206f6d552d0c0596cbc076a3249f7182f08a35d9 (patch) | |
tree | ab66a498dc371306398989996adcb7fa4fab5788 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | ext4: add new ext4_mark_group_bitmap_corrupted() helper (diff) | |
download | wireguard-linux-206f6d552d0c0596cbc076a3249f7182f08a35d9.tar.xz wireguard-linux-206f6d552d0c0596cbc076a3249f7182f08a35d9.zip |
ext4: mark inode bitmap corrupted when found
There are still some cases that we missed to set
block bitmaps corrupted bit properly:
1)inode bitmap number is wrong.
2)failed to read block bitmap due to disk errors.
3)double allocations from bitmap
Also remove a duplicated call ext4_error() afer
ext4_read_inode_bitmap(), as ext4_error() have been
called inside ext4_read_inode_bitmap() properly.
Signed-off-by: Wang Shilong <wshilong@ddn.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Reviewed-by: Andreas Dilger <adilger@dilger.ca>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions