• C
    Btrfs: Fix allocation completions in tree log replay · 9b49c9b9
    Chris Mason 提交于
    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: NChris Mason <chris.mason@oracle.com>
    9b49c9b9
free-space-cache.c 11.0 KB