Skip to content
  • Chris Mason's avatar
    Btrfs: empty_size allocation fixes again · 8a1413a2
    Chris Mason authored
    
    
    The allocator wasn't catching all of the cases where it needed to do
    extra loops because the check to enforce them wasn't happening early
    enough.
    
    When the allocator decided to increase the size of the allocation
    for metadata clustering, it wasn't always setting the empty_size to
    include the extra (optional) bytes.  This also fixes the empty_size field
    to be correct.
    
    Signed-off-by: default avatarChris Mason <chris.mason@oracle.com>
    8a1413a2