commit | 65139ed99234d8505948cdb7a835452eb5c191f9 | [log] [tgz] |
---|---|---|
author | David Sterba <dsterba@suse.cz> | Fri Feb 17 12:26:09 2012 +0100 |
committer | Chris Mason <chris.mason@oracle.com> | Wed Mar 28 20:30:28 2012 -0400 |
tree | 92e2c5e62c55d19bbac1a74e1699321323e65542 | |
parent | fcd1f065daca593badb7f99d473639cf3b551795 [diff] |
btrfs: disallow unequal data/metadata blocksize for mixed block groups With support for bigger metadata blocks, we must avoid mounting a filesystem with different block size for mixed block groups, this causes corruption (found by xfstests/083). Signed-off-by: David Sterba <dsterba@suse.cz>