From: wangdi Date: Thu, 2 Nov 2006 15:47:54 +0000 (+0000) Subject: Branch: b_new_cmd X-Git-Tag: v1_8_0_110~486^2~261 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=4fd3d9a9171dfe55b9402976a2a2dd2ee73f91fd;p=fs%2Flustre-release.git Branch: b_new_cmd try another hash method to check whether 11150 is related with iam --- 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,