Btrfs: fix free space cache leak
authorChris Mason <chris.mason@oracle.com>
Mon, 18 Apr 2011 12:55:34 +0000 (08:55 -0400)
committerChris Mason <chris.mason@oracle.com>
Mon, 18 Apr 2011 12:55:34 +0000 (08:55 -0400)
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: Chris Mason <chris.mason@oracle.com>

No differences found