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:
1f6697d
)
ocfs2: abstract btree growing calls
author
Mark Fasheh
<mark.fasheh@oracle.com>
Tue, 29 May 2007 21:28:51 +0000
(14:28 -0700)
committer
Mark Fasheh
<mark.fasheh@oracle.com>
Wed, 11 Jul 2007 00:31:58 +0000
(17:31 -0700)
The top level calls and logic for growing a tree can easily be abstracted
out of ocfs2_insert_extent() into a seperate function - ocfs2_grow_tree().
This allows future code to easily grow btrees when needed.
Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com>
No differences found