Skip to content
  • Chris Mason's avatar
    Btrfs: fix free space cache leak · f65647c2
    Chris Mason authored
    
    
    The free space caching code was recently reworked to
    cache all the pages it needed instead of using find_get_page everywhere.
    
    One loop was missed though, so it ended up leaking pages.  This fixes
    it to use our page array instead of find_get_page.
    
    Signed-off-by: default avatarChris Mason <chris.mason@oracle.com>
    f65647c2