commit | 86ff7ffce0b93aed14df4c8dcedd05bb5e2fdfbc | [log] [tgz] |
---|---|---|
author | Stefan Behrens <sbehrens@giantdisaster.de> | Tue Apr 24 18:10:16 2012 +0200 |
committer | Josef Bacik <josef@redhat.com> | Wed May 30 10:23:43 2012 -0400 |
tree | 2d770c05a6d4539a0defe9a43449362383109b10 | |
parent | 3d136a1131c66f7d26fb171e4c5b0b8baacd3129 [diff] |
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 <sbehrens@giantdisaster.de>