]> asedeno.scripts.mit.edu Git - linux.git/commit
net/core/skmsg: Replace call_rcu_sched() with call_rcu()
authorPaul E. McKenney <paulmck@linux.ibm.com>
Wed, 7 Nov 2018 23:09:25 +0000 (15:09 -0800)
committerPaul E. McKenney <paulmck@linux.ibm.com>
Sat, 1 Dec 2018 20:38:50 +0000 (12:38 -0800)
commit0245b80e284d4fdabbf50589180482dc4d2cf277
treea405c2b29b0d244b6efa4f60f3eb57c0f861a747
parent6932689e4145f545062ca8c86cf76f38854d63d0
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>
net/core/skmsg.c