ocfs2: Determine an extent tree's max_leaf_clusters in an et_op.
authorJoel Becker <joel.becker@oracle.com>
Thu, 21 Aug 2008 00:31:10 +0000 (17:31 -0700)
committerMark Fasheh <mfasheh@suse.com>
Mon, 13 Oct 2008 23:57:04 +0000 (16:57 -0700)
commit943cced39ee45ed2db25efd25eee8ba49cf2dfc4
treea06ce33db4a9b918c98e38a434e7060b32255e6d
parent1c25d93a4a27c90c3ae33f9e724f7b67783d68d1
ocfs2: Determine an extent tree's max_leaf_clusters in an et_op.

Provide an optional extent_tree_operation to specify the
max_leaf_clusters of an ocfs2_extent_tree.  If not provided, the value
is 0 (unlimited).

Signed-off-by: Joel Becker <joel.becker@oracle.com>
Signed-off-by: Mark Fasheh <mfasheh@suse.com>
fs/ocfs2/alloc.c