From 24c883cde67f29c5fb3da3634fae4d38d2fbccf7 Mon Sep 17 00:00:00 2001 From: "Paul E. McKenney" Date: Tue, 25 Aug 2009 18:53:37 -0700 Subject: [PATCH] --- yaml --- r: 158168 b: refs/heads/master c: 06e799764eb7c2e4640888d438c3524d756613e1 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/linux/rcupdate.h | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 163ad70466f4..0eb2c588f514 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: c935a331c8f569c7903ed26a3994a70cbea1802e +refs/heads/master: 06e799764eb7c2e4640888d438c3524d756613e1 diff --git a/trunk/include/linux/rcupdate.h b/trunk/include/linux/rcupdate.h index 8b4422c558da..95e0615f4d75 100644 --- a/trunk/include/linux/rcupdate.h +++ b/trunk/include/linux/rcupdate.h @@ -195,7 +195,6 @@ static inline notrace void rcu_read_lock_sched_notrace(void) { preempt_disable_notrace(); __acquire(RCU_SCHED); - rcu_read_acquire(); } /* @@ -211,7 +210,6 @@ static inline void rcu_read_unlock_sched(void) } static inline notrace void rcu_read_unlock_sched_notrace(void) { - rcu_read_release(); __release(RCU_SCHED); preempt_enable_notrace(); }