Home
last modified time | relevance | path

Searched hist:c3afcbb34426a9291e4c038540129053a72c3cd8 (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/ocfs2/
H A Dalloc.cdiff c3afcbb34426a9291e4c038540129053a72c3cd8 Tue May 29 16:28:51 CDT 2007 Mark Fasheh <mark.fasheh@oracle.com> 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>