+ 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,
#ifdef __KERNEL__
/* This hash calculate method must be same as the lvar hash method */
-#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 __u32 hash_build(char *name, int namelen)