From b84f92d592010f01851c3fdcd5ac7d3666028146 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Sat, 5 Nov 2011 09:10:12 -0400 Subject: [PATCH] rculfhash: Remove leftover hash_seed field Signed-off-by: Mathieu Desnoyers --- rculfhash.c | 1 - 1 file changed, 1 deletion(-) diff --git a/rculfhash.c b/rculfhash.c index 53ecaac..e5c91b9 100644 --- a/rculfhash.c +++ b/rculfhash.c @@ -269,7 +269,6 @@ struct cds_lfht { struct rcu_table t; unsigned long min_alloc_order; unsigned long min_alloc_size; - unsigned long hash_seed; int flags; /* * We need to put the work threads offline (QSBR) when taking this -- 2.34.1