Skip to content
  • Chris Mason's avatar
    Btrfs: Fix allocation completions in tree log replay · 9b49c9b9
    Chris Mason authored
    
    
    After a crash, the tree log code uses btrfs_alloc_logged_extent to
    record allocations of data extents that it finds in the log tree.  These
    come in basically random order, which does not fit how
    btrfs_remove_free_space() expects to be called.
    
    btrfs_remove_free_space was changed to support recording an extent
    allocation in the middle of a region of free space.
    
    Signed-off-by: default avatarChris Mason <chris.mason@oracle.com>
    9b49c9b9