1
0
Files
linux/include/net
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-26 03:56:43 -07:00
2007-10-10 16:53:11 -07:00
2007-07-31 02:28:27 -07:00
2007-10-10 16:53:56 -07:00
2007-11-02 08:47:06 +01:00
2007-07-10 22:15:41 -07:00
2007-10-10 16:51:28 -07:00
2007-10-15 12:26:42 -07:00
2007-10-07 23:44:17 -07:00
2007-07-10 22:19:04 -07:00
2007-10-10 16:51:28 -07:00
2007-06-07 13:40:50 -07:00
2007-10-10 16:47:46 -07:00