ocfs2: Use buckets in ocfs2_xattr_create_index_block().
authorJoel Becker <joel.becker@oracle.com>
Mon, 27 Oct 2008 22:18:29 +0000 (15:18 -0700)
committerMark Fasheh <mfasheh@suse.com>
Mon, 5 Jan 2009 16:34:18 +0000 (08:34 -0800)
commit178eeac354ea28828d5e94a3a7b51368c171d6a5
tree8e3d7b2c923ea2260344dbe76d0b128031ba93c9
parente2356a3f02cfdbce735465a2b40b6dc72a764c26
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>
fs/ocfs2/xattr.c