Files
kernel-tenderloin-3.0/include
Vlad Yasevich 0ed90fb0f6 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 <vladislav.yasevich@hp.com>
2007-11-07 11:39:27 -05:00
..
2007-10-24 10:16:02 +02:00
2007-10-19 11:53:54 -07:00
2007-10-23 09:49:31 +02:00
2007-10-29 07:41:32 -07:00
2007-11-05 21:53:29 +11:00
2007-11-07 04:15:12 -08:00
2007-11-02 08:47:06 +01:00
2007-10-23 08:09:20 +02:00