From: Paul E. McKenney Date: Tue, 19 Aug 2008 00:51:08 +0000 (-0700) Subject: rcu: fix locking cleanup fallout X-Git-Tag: v2.6.28-rc1~723^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eff9b713ee3540ddab862095aaf4b1511a6758bc;p=pandora-kernel.git rcu: fix locking cleanup fallout Given that the rcp->lock is now acquired from call_rcu(), which can be invoked from irq-disable regions, all acquisitions need to disable irqs. The following patch fixes this. Although I don't have any reason to believe that this is the cause of Yinghai's oops, it does need to be fixed. Signed-off-by: Paul E. McKenney Cc: Yinghai Lu Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed