commit | 178eeac354ea28828d5e94a3a7b51368c171d6a5 | [log] [tgz] |
---|---|---|
author | Joel Becker <joel.becker@oracle.com> | Mon Oct 27 15:18:29 2008 -0700 |
committer | Mark Fasheh <mfasheh@suse.com> | Mon Jan 05 08:34:18 2009 -0800 |
tree | 8e3d7b2c923ea2260344dbe76d0b128031ba93c9 | |
parent | e2356a3f02cfdbce735465a2b40b6dc72a764c26 [diff] |
ocfs2: Use buckets in ocfs2_xattr_create_index_block(). Use the ocfs2_xattr_bucket abstraction in ocfs2_xattr_create_index_block() and its helpers. We get more efficient reads, a lot less buffer_head munging, and nicer code to boot. While we're at it, ocfs2_xattr_update_xattr_search() becomes void. Signed-off-by: Joel Becker <joel.becker@oracle.com> Signed-off-by: Mark Fasheh <mfasheh@suse.com>