commit | 667e7d94a1683661cff5fe9a0fa0d7f8fdd2c007 | [log] [tgz] |
---|---|---|
author | Chris Mason <chris.mason@fusionio.com> | Tue May 07 11:00:13 2013 -0400 |
committer | Chris Mason <chris.mason@fusionio.com> | Tue May 07 11:00:13 2013 -0400 |
tree | cfb87693ac910d328ab82b4723c43ebd2433f9b9 | |
parent | 1104a8855109a4051d74977f819a13b4516aa11e [diff] |
Btrfs: allow superblock mismatch from older mkfs 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>