commit | 853a3a1439b18d5a70ada2cb3fcd468e70b7d095 | [log] [tgz] |
---|---|---|
author | Tao Ma <tao.ma@oracle.com> | Tue Aug 18 11:22:18 2009 +0800 |
committer | Joel Becker <joel.becker@oracle.com> | Tue Sep 22 20:09:30 2009 -0700 |
tree | 96f4a2f3ca4380a6d0feb6f1b8af038bb62946c5 | |
parent | 8bf396de984e68491569b49770e4fd7aca40ba65 [diff] |
ocfs2: Wrap ocfs2_extent_contig in ocfs2_extent_tree. Add a new operation eo_ocfs2_extent_contig int the extent tree's operations vector. So that with the new refcount tree, We want this so that refcount trees can always return CONTIG_NONE and prevent extent merging. Signed-off-by: Tao Ma <tao.ma@oracle.com>