From: Wang Shilong Date: Thu, 17 Jul 2014 03:44:12 +0000 (+0800) Subject: Btrfs: fix wrong max inline data size limit X-Git-Tag: fixes-against-v3.18-rc2~120^2~95 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c01a5c074c0f6f85a3b02e39432b9e5576ab51de;p=pandora-kernel.git Btrfs: fix wrong max inline data size limit inline data is stored from offset of @disk_bytenr in struct btrfs_file_extent_item. So substracting total size of struct btrfs_file_extent_item is wrong, fix it. Signed-off-by: Wang Shilong Reviewed-by: David Sterba Signed-off-by: Chris Mason --- Reading git-diff-tree failed