commit | f65647c29b14f5a32ff6f3237b0ef3b375ed5a79 | [log] [tgz] |
---|---|---|
author | Chris Mason <chris.mason@oracle.com> | Mon Apr 18 08:55:34 2011 -0400 |
committer | Chris Mason <chris.mason@oracle.com> | Mon Apr 18 08:55:34 2011 -0400 |
tree | 4ec6b2a20d37f5ce4098cf77f3eb9606e3f241ba | |
parent | 6d74119f1a3efad9dc7f79a16c201242324b731f [diff] |
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 <chris.mason@oracle.com>