From: Joel Becker Date: Mon, 27 Oct 2008 22:18:29 +0000 (-0700) Subject: ocfs2: Use buckets in ocfs2_xattr_create_index_block(). X-Git-Tag: v2.6.29-rc1~505^2~127 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=178eeac354ea28828d5e94a3a7b51368c171d6a5;p=pandora-kernel.git 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 Signed-off-by: Mark Fasheh --- Reading git-diff-tree failed