From: Josef Bacik Date: Fri, 19 Mar 2010 18:07:23 +0000 (+0000) Subject: Btrfs: kill max_extent mount option X-Git-Tag: v2.6.34-rc4~69^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=287a0ab91d25ca982f895a76402e5893b47ed7a6;p=pandora-kernel.git Btrfs: kill max_extent mount option As Yan pointed out, theres not much reason for all this complicated math to account for file extents being split up into max_extent chunks, since they are likely to all end up in the same leaf anyway. Since there isn't much reason to use max_extent, just remove the option altogether so we have one less thing we need to test. Signed-off-by: Josef Bacik Signed-off-by: Chris Mason --- Reading git-diff-tree failed