From: Joel Becker Date: Mon, 27 Oct 2008 22:01:54 +0000 (-0700) Subject: ocfs2: Use buckets in ocfs2_xattr_bucket_find(). X-Git-Tag: v2.6.29-rc1~505^2~128 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e2356a3f02cfdbce735465a2b40b6dc72a764c26;p=pandora-kernel.git ocfs2: Use buckets in ocfs2_xattr_bucket_find(). Change the ocfs2_xattr_bucket_find() function to use ocfs2_xattr_bucket as its abstraction. This makes for more efficient reads, as buckets are linear blocks, and also has improved caching characteristics. It also reads better. Signed-off-by: Joel Becker Signed-off-by: Mark Fasheh --- Reading git-diff-tree failed