• Paul E. McKenney's avatar
    net/core/skmsg: Replace call_rcu_sched() with call_rcu() · 0245b80e
    Paul E. McKenney authored
    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: default avatarPaul 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>
    0245b80e
skmsg.c 18.1 KB