diff options
author | Eric Sandeen <sandeen@sandeen.net> | 2013-09-09 22:33:29 +0200 |
---|---|---|
committer | Ben Myers <bpm@sgi.com> | 2013-10-30 22:38:29 +0100 |
commit | 10e6e65dfcedff63275c3d649d329c044caa8e26 (patch) | |
tree | c2b36e18acb66c25dd339538f6b5b6ab6e922367 /fs/xfs/xfs_inode_fork.c | |
parent | xfs: fix possible NULL dereference in xlog_verify_iclog (diff) | |
download | linux-10e6e65dfcedff63275c3d649d329c044caa8e26.tar.xz linux-10e6e65dfcedff63275c3d649d329c044caa8e26.zip |
xfs: be more forgiving of a v4 secondary sb w/ junk in v5 fields
Today, if xfs_sb_read_verify encounters a v4 superblock
with junk past v4 fields which includes data in sb_crc,
it will be treated as a failing checksum and a significant
corruption.
There are known prior bugs which leave junk at the end
of the V4 superblock; we don't need to actually fail the
verification in this case if other checks pan out ok.
So if this is a secondary superblock, and the primary
superblock doesn't indicate that this is a V5 filesystem,
don't treat this as an actual checksum failure.
We should probably check the garbage condition as
we do in xfs_repair, and possibly warn about it
or self-heal, but that's a different scope of work.
Stable folks: This can go back to v3.10, which is what
introduced the sb CRC checking that is tripped up by old,
stale, incorrect V4 superblocks w/ unzeroed bits.
Cc: stable@vger.kernel.org
Signed-off-by: Eric Sandeen <sandeen@redhat.com>
Acked-by: Dave Chinner <david@fromorbit.com>
Reviewed-by: Mark Tinguely <tinguely@sgi.com>
Signed-off-by: Ben Myers <bpm@sgi.com>
Diffstat (limited to 'fs/xfs/xfs_inode_fork.c')
0 files changed, 0 insertions, 0 deletions