diff options
author | Paul E. McKenney <paulmck@linux.ibm.com> | 2018-11-07 15:09:25 -0800 |
---|---|---|
committer | Paul E. McKenney <paulmck@linux.ibm.com> | 2018-12-01 12:38:50 -0800 |
commit | 0245b80e284d4fdabbf50589180482dc4d2cf277 (patch) | |
tree | a405c2b29b0d244b6efa4f60f3eb57c0f861a747 /net/decnet | |
parent | 6932689e4145f545062ca8c86cf76f38854d63d0 (diff) |
net/core/skmsg: Replace call_rcu_sched() with call_rcu()
Now that call_rcu()'s callback is not invoked until after all
preempt-disable regions of code have completed (in addition to explicitly
marked RCU read-side critical sections), call_rcu() can be used in place
of call_rcu_sched(). This commit therefore makes that change.
Signed-off-by: Paul E. McKenney <paulmck@linux.ibm.com>
Cc: John Fastabend <john.fastabend@gmail.com>
Cc: Daniel Borkmann <daniel@iogearbox.net>
Cc: "David S. Miller" <davem@davemloft.net>
Cc: <netdev@vger.kernel.org>
Diffstat (limited to 'net/decnet')
0 files changed, 0 insertions, 0 deletions