Whamcloud - gitweb
Branch: b_new_cmd
authorwangdi <wangdi>
Thu, 2 Nov 2006 15:47:54 +0000 (15:47 +0000)
committerwangdi <wangdi>
Thu, 2 Nov 2006 15:47:54 +0000 (15:47 +0000)
try another hash method to check whether 11150 is related with iam

lustre/kernel_patches/patches/ext3-iam-separate.patch

index bebed22..a4903b0 100644 (file)
@@ -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,