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:
5a3f23d
)
Btrfs: try to free metadata pages when we free btree blocks
author
Chris Mason
<chris.mason@oracle.com>
Tue, 31 Mar 2009 17:47:50 +0000
(13:47 -0400)
committer
Chris Mason
<chris.mason@oracle.com>
Tue, 31 Mar 2009 18:27:58 +0000
(14:27 -0400)
COW means we cycle though blocks fairly quickly, and once we
free an extent on disk, it doesn't make much sense to keep the pages around.
This commit tries to immediately free the page when we free the extent,
which lowers our memory footprint significantly.
Signed-off-by: Chris Mason <chris.mason@oracle.com>
No differences found