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:
56bec29
)
Btrfs: reduce stack usage in some crucial tree balancing functions
author
Chris Mason
<chris.mason@oracle.com>
Fri, 13 Mar 2009 14:04:31 +0000
(10:04 -0400)
committer
Chris Mason
<chris.mason@oracle.com>
Tue, 24 Mar 2009 20:14:25 +0000
(16:14 -0400)
Many of the tree balancing functions follow the same pattern.
1) cow a block
2) do something to the result
This commit breaks them up into two functions so the variables and
code required for part two don't suck down stack during part one.
Signed-off-by: Chris Mason <chris.mason@oracle.com>
No differences found