]> git.baikalelectronics.ru Git - kernel.git/commit
Btrfs: fix that check_int_data mount option was ignored
authorStefan Behrens <sbehrens@giantdisaster.de>
Fri, 30 Mar 2012 11:58:32 +0000 (13:58 +0200)
committerDavid Sterba <dsterba@suse.cz>
Wed, 18 Apr 2012 17:22:38 +0000 (19:22 +0200)
commit6e6263e3bbbd20944021be77df8268aa17b23933
tree56e2c7ceefddd657046f87eca111e2265cf00141
parent55b7191c25f0e4f1560d74b5afadfbe4d7891a40
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>
fs/btrfs/ctree.h