From: Stefan Behrens Date: Fri, 30 Mar 2012 11:58:32 +0000 (+0200) Subject: Btrfs: fix that check_int_data mount option was ignored X-Git-Tag: v3.4-rc5~6^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=25cd999e1a685dab65292afbe9fa24d790d8a859;p=pandora-kernel.git 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 --- Reading git-diff-tree failed