From: Vlad Yasevich Date: Wed, 24 Oct 2007 20:10:00 +0000 (-0400) Subject: SCTP: Update RCU handling during the ADD-IP case X-Git-Tag: v2.6.24-rc3~145^2~27^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ed90fb0f668fd07f14ae2007a809e8b26cd27a6;p=pandora-kernel.git SCTP: Update RCU handling during the ADD-IP case After learning more about rcu, it looks like the ADD-IP hadling doesn't need to call call_rcu_bh. All the rcu critical sections use rcu_read_lock, so using call_rcu_bh is wrong here. Now, restore the local_bh_disable() code blocks and use normal call_rcu() calls. Also restore the missing return statement. Signed-off-by: Vlad Yasevich --- Reading git-diff-tree failed