Btrfs: allow superblock mismatch from older mkfs
authorChris Mason <chris.mason@fusionio.com>
Tue, 7 May 2013 15:00:13 +0000 (11:00 -0400)
committerChris Mason <chris.mason@fusionio.com>
Tue, 7 May 2013 15:00:13 +0000 (11:00 -0400)
We've added new checks to make sure the super block crc is correct
during mount.  A fresh filesystem from an older mkfs won't have the
crc set.  This adds a warning when it finds a newly created filesystem
but doesn't fail the mount.

Signed-off-by: Chris Mason <chris.mason@fusionio.com>

No differences found