From: Mark Fasheh Date: Tue, 29 May 2007 21:28:51 +0000 (-0700) Subject: ocfs2: abstract btree growing calls X-Git-Tag: v2.6.23-rc1~781^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c3afcbb34426a9291e4c038540129053a72c3cd8;p=pandora-kernel.git 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 --- Reading git-diff-tree failed