• C
    Btrfs: remove last_log_alloc allocator optimization · 30c43e24
    Chris Mason 提交于
    The tree logging code was trying to separate tree log allocations
    from normal metadata allocations to improve writeback patterns during
    an fsync.
    
    But, the code was not effective and ended up just mixing tree log
    blocks with regular metadata.  That seems to be working fairly well,
    so the last_log_alloc code can be removed.
    Signed-off-by: NChris Mason <chris.mason@oracle.com>
    30c43e24
ctree.h 61.5 KB