commit | 25cd999e1a685dab65292afbe9fa24d790d8a859 | [log] [tgz] |
---|---|---|
author | Stefan Behrens <sbehrens@giantdisaster.de> | Fri Mar 30 13:58:32 2012 +0200 |
committer | David Sterba <dsterba@suse.cz> | Wed Apr 18 19:22:38 2012 +0200 |
tree | 56e2c7ceefddd657046f87eca111e2265cf00141 | |
parent | 5c84fc3c3914e9adfa6155a167c6c0c2709e6a62 [diff] |
Btrfs: fix that check_int_data mount option was ignored The bitfield member mount_opt was too small by one bit to hold the mount option that enabled to include data extents in the integrity checker. Since the same issue happened when the BTRFS_MOUNT_PANIC_ON_FATAL_ERROR option was added (git rebase silently merges so that the increase of the size of the bitfield member is lost), the bit limit was removed entirely. Signed-off-by: Stefan Behrens <sbehrens@giantdisaster.de>