commit | e2356a3f02cfdbce735465a2b40b6dc72a764c26 | [log] [tgz] |
---|---|---|
author | Joel Becker <joel.becker@oracle.com> | Mon Oct 27 15:01:54 2008 -0700 |
committer | Mark Fasheh <mfasheh@suse.com> | Mon Jan 05 08:34:17 2009 -0800 |
tree | e4824c8d19dc2772beb56a134498a3e88acb9923 | |
parent | ba937127596ec2c61437006741f7d29999284de4 [diff] |
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 <joel.becker@oracle.com> Signed-off-by: Mark Fasheh <mfasheh@suse.com>