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

Mathieu Desnoyers mathieu.desnoyers at efficios.com
Fri Oct 14 09:55:50 EDT 2011


* Lai Jiangshan (laijs at cn.fujitsu.com) wrote:
> Signed-off-by: Lai Jiangshan <laijs at cn.fujitsu.com>

Hi Lai,

Thanks for looking into my lock-free RCU hash table implementation!

Patch merged,

Mathieu

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

-- 
Mathieu Desnoyers
Operating System Efficiency R&D Consultant
EfficiOS Inc.
http://www.efficios.com




More information about the lttng-dev mailing list