Skip to content
Snippets Groups Projects
Commit 0ed90fb0 authored by Vlad Yasevich's avatar Vlad Yasevich
Browse files

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: default avatarVlad Yasevich <vladislav.yasevich@hp.com>
parent b6157d8e
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment