commit | c3afcbb34426a9291e4c038540129053a72c3cd8 | [log] [tgz] |
---|---|---|
author | Mark Fasheh <mark.fasheh@oracle.com> | Tue May 29 14:28:51 2007 -0700 |
committer | Mark Fasheh <mark.fasheh@oracle.com> | Tue Jul 10 17:31:58 2007 -0700 |
tree | 39630188c8fe69dbb6be9f4c3a5b1f9d61cf7906 | |
parent | 1f6697d072e6fd0b332a4301c21060dcb89bd623 [diff] |
ocfs2: abstract btree growing calls 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>