git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6d74119
)
Btrfs: fix free space cache leak
author
Chris Mason
<chris.mason@oracle.com>
Mon, 18 Apr 2011 12:55:34 +0000
(08:55 -0400)
committer
Chris 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