• C
    Btrfs: Fix hole insertion corner cases · 5f56406a
    Chris Mason 提交于
    There were a few places that could cause duplicate extent insertion,
    this adjusts the code that creates holes to avoid it.
    
    lookup_extent_map is changed to correctly return all of the extents in a
    range, even when there are none matching at the start of the range.
    Signed-off-by: NChris Mason <chris.mason@oracle.com>
    5f56406a
inode.c 75.2 KB