From 5737ee5083d38e6994ad84ead60005e53839635c Mon Sep 17 00:00:00 2001 From: Lai Jiangshan Date: Fri, 14 Oct 2011 08:55:16 -0500 Subject: [PATCH] rculfhash: remove unused rcu_head in partition_resize_work Signed-off-by: Lai Jiangshan Signed-off-by: Mathieu Desnoyers --- rculfhash.c | 1 - 1 file changed, 1 deletion(-) diff --git a/rculfhash.c b/rculfhash.c index efb1b22..1327418 100644 --- a/rculfhash.c +++ b/rculfhash.c @@ -255,7 +255,6 @@ struct rcu_resize_work { }; struct partition_resize_work { - struct rcu_head head; struct cds_lfht *ht; unsigned long i, start, len; void (*fct)(struct cds_lfht *ht, unsigned long i, -- 2.34.1