commit | ba492615f0d32d0210b02c14b24512b4372b13d6 | [log] [tgz] |
---|---|---|
author | Tao Ma <tao.ma@oracle.com> | Mon Aug 18 17:38:49 2008 +0800 |
committer | Mark Fasheh <mfasheh@suse.com> | Mon Oct 13 16:57:02 2008 -0700 |
tree | 65275171ba8543a497037c5a159701a06277af4b | |
parent | cf1d6c763fbcb115263114302485ad17e7933d87 [diff] |
ocfs2: Add xattr index tree operations When necessary, an ocfs2_xattr_block will embed an ocfs2_extent_list to store large numbers of EAs. This patch adds a new type in ocfs2_extent_tree_type and adds the implementation so that we can re-use the b-tree code to handle the storage of many EAs. Signed-off-by: Tao Ma <tao.ma@oracle.com> Signed-off-by: Mark Fasheh <mfasheh@suse.com>