commit | a273208edd55463b3bcd8b77a6fe8ba54afc6940 | [log] [tgz] |
---|---|---|
author | Yan <yanzheng@21cn.com> | Tue Nov 06 10:26:28 2007 -0500 |
committer | Chris Mason <chris.mason@oracle.com> | Thu Sep 25 11:03:57 2008 -0400 |
tree | fa89bce25b3067bc2e11612c4f28ef8fec9bd27a | |
parent | dcfec0dcb1b1a037fb26177789e8f108bc429cb3 [diff] |
Fix EXTENT_MAP_INLINE off by one in btrfs_drop_extents Don't set hint_byte to EXTENT_MAP_INLINE when 'end == extent_end' or 'start == key.offset' . The inline extent will be truncated in these cases. Signed-off-by: Chris Mason <chris.mason@oracle.com>