From: Chris Mason Date: Mon, 18 Apr 2011 12:55:34 +0000 (-0400) Subject: Btrfs: fix free space cache leak X-Git-Tag: v2.6.39-rc4~5^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f65647c29b14f5a32ff6f3237b0ef3b375ed5a79;p=pandora-kernel.git Btrfs: fix free space cache leak 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 --- Reading git-diff-tree failed