[ltt-dev] [PATCH 1/9] rculfhash: remove unused rcu_head in partition_resize_work

Lai Jiangshan laijs at cn.fujitsu.com
Mon Oct 10 21:23:51 EDT 2011


Signed-off-by: Lai Jiangshan <laijs at cn.fujitsu.com>
---
 rculfhash.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

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,
-- 
1.7.4.4





More information about the lttng-dev mailing list