linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] PREEMPT_RCU: remove unused rcu_tasklet
@ 2008-07-10 12:02 Alexey Dobriyan
  2008-08-01 21:09 ` Paul E. McKenney
  0 siblings, 1 reply; 2+ messages in thread
From: Alexey Dobriyan @ 2008-07-10 12:02 UTC (permalink / raw)
  To: akpm; +Cc: linux-kernel, paulmck

Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
---

 kernel/rcupreempt.c |    1 -
 1 file changed, 1 deletion(-)

--- a/kernel/rcupreempt.c
+++ b/kernel/rcupreempt.c
@@ -82,7 +82,6 @@ struct rcu_data {
 	spinlock_t	lock;		/* Protect rcu_data fields. */
 	long		completed;	/* Number of last completed batch. */
 	int		waitlistcount;
-	struct tasklet_struct rcu_tasklet;
 	struct rcu_head *nextlist;
 	struct rcu_head **nexttail;
 	struct rcu_head *waitlist[GP_STAGES];


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] PREEMPT_RCU: remove unused rcu_tasklet
  2008-07-10 12:02 [PATCH] PREEMPT_RCU: remove unused rcu_tasklet Alexey Dobriyan
@ 2008-08-01 21:09 ` Paul E. McKenney
  0 siblings, 0 replies; 2+ messages in thread
From: Paul E. McKenney @ 2008-08-01 21:09 UTC (permalink / raw)
  To: Alexey Dobriyan; +Cc: akpm, linux-kernel

On Thu, Jul 10, 2008 at 04:02:27PM +0400, Alexey Dobriyan wrote:

Good catch, but Lai Jiangshan <laijs@cn.fujitsu.com> beat you to it.

Commit 906d882cacecd37ad2fdd03ed2a9b232bcb9507e in Ingo's linux-2.6-tip
tree.

							Thanx, Paul

> Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
> ---
> 
>  kernel/rcupreempt.c |    1 -
>  1 file changed, 1 deletion(-)
> 
> --- a/kernel/rcupreempt.c
> +++ b/kernel/rcupreempt.c
> @@ -82,7 +82,6 @@ struct rcu_data {
>  	spinlock_t	lock;		/* Protect rcu_data fields. */
>  	long		completed;	/* Number of last completed batch. */
>  	int		waitlistcount;
> -	struct tasklet_struct rcu_tasklet;
>  	struct rcu_head *nextlist;
>  	struct rcu_head **nexttail;
>  	struct rcu_head *waitlist[GP_STAGES];
> 

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-08-01 21:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-07-10 12:02 [PATCH] PREEMPT_RCU: remove unused rcu_tasklet Alexey Dobriyan
2008-08-01 21:09 ` Paul E. McKenney

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).