Skip to content
Commit 25cd999e authored by Stefan Behrens's avatar Stefan Behrens Committed by David Sterba
Browse files

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: default avatarStefan Behrens <sbehrens@giantdisaster.de>
parent 5c84fc3c
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment