public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] remove unused member(struct rcu_data::rcu_tasklet)
@ 2008-05-19  8:17 Lai Jiangshan
  0 siblings, 0 replies; only message in thread
From: Lai Jiangshan @ 2008-05-19  8:17 UTC (permalink / raw)
  To: Linux Kernel Mailing List, paulmck

	Since softirq works for rcu reclaimer, rcu_tasklet is unused now.
(sorry for the just error email, sorry!)
Signed-off-by: Lai Jiangshan <laijs@cn.fujitsu.com>

diff --git a/kernel/rcupreempt.c b/kernel/rcupreempt.c
index e1cdf19..4270de6 100644
--- 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 related	[flat|nested] only message in thread

only message in thread, other threads:[~2008-05-19  8:19 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-19  8:17 [PATCH] remove unused member(struct rcu_data::rcu_tasklet) Lai Jiangshan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox