From: Stefan Behrens Date: Tue, 24 Apr 2012 16:10:16 +0000 (+0200) Subject: Btrfs: fix runtime warning in check-integrity check data mode X-Git-Tag: v3.5-rc1~17^2~1^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=86ff7ffce0b93aed14df4c8dcedd05bb5e2fdfbc;p=pandora-kernel.git Btrfs: fix runtime warning in check-integrity check data mode If a file_extent_item was located at the very end of a leaf and there was not enough space to hold a full item, but there was enough space to hold one of type BTRFS_FILE_EXTENT_INLINE or PREALLOC, and it was only such a short item, a warning was printed anyway. This check is now fixed. Signed-off-by: Stefan Behrens --- Reading git-diff-tree failed