lkml.org 
[lkml]   [2008]   [May]   [19]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH] remove unused member(struct rcu_data::rcu_tasklet)
	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];


\
 
 \ /
  Last update: 2008-05-19 10:21    [W:0.114 / U:0.492 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site