From 4fd3d9a9171dfe55b9402976a2a2dd2ee73f91fd Mon Sep 17 00:00:00 2001 From: wangdi Date: Thu, 2 Nov 2006 15:47:54 +0000 Subject: [PATCH] Branch: b_new_cmd try another hash method to check whether 11150 is related with iam --- lustre/kernel_patches/patches/ext3-iam-separate.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lustre/kernel_patches/patches/ext3-iam-separate.patch b/lustre/kernel_patches/patches/ext3-iam-separate.patch index bebed22..a4903b0 100644 --- a/lustre/kernel_patches/patches/ext3-iam-separate.patch +++ b/lustre/kernel_patches/patches/ext3-iam-separate.patch @@ -2974,8 +2974,8 @@ Index: iam/fs/ext3/iam_lvar.c + return ((void *)ent) + e_size(leaf, ent); +} + -+#define LVAR_HASH_TEA (0) -+#define LVAR_HASH_R5 (1) ++#define LVAR_HASH_TEA (1) ++#define LVAR_HASH_R5 (0) +#define LVAR_HASH_PREFIX (0) + +static inline lvar_hash_t get_hash(const struct iam_container *bag, -- 1.8.3.1