mirror of https://lore.kernel.org/lkml/
 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

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

Powered by JetHome