• C
    Btrfs: Don't corrupt ram in shrink_extent_tree, leak it instead · d7a029a8
    Chris Mason 提交于
    Far from the perfect fix, but these structs are small.  TODO for the
    next release.  The block group cache structs are referenced in many
    different places, and it isn't safe to just free them while resizing.
    
    A real fix will be a larger change to the allocator so that it doesn't
    have to carry about the block group cache structs to find good places
    to search for free blocks.
    Signed-off-by: NChris Mason <chris.mason@oracle.com>
    d7a029a8
extent-tree.c 94.7 KB