aboutsummaryrefslogtreecommitdiff
path: root/kernel/livepatch/patch.c
diff options
context:
space:
mode:
authorPaul E. McKenney <[email protected]>2018-11-06 19:43:32 -0800
committerPaul E. McKenney <[email protected]>2018-12-01 12:38:47 -0800
commit5da54c1810e52f7abba0ff7932dddd761f945875 (patch)
tree63e7cdeba2543f4bb6bf045b5bfa736ab8c18fd6 /kernel/livepatch/patch.c
parentae0e33494a601e13df79c4742d88d4d2bc2b0a87 (diff)
net/core: Replace call_rcu_bh() and synchronize_rcu_bh()
Now that call_rcu()'s callback is not invoked until after all bh-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_bh(). Similarly, synchronize_rcu() can be used in place of synchronize_rcu_bh(). This commit therefore makes these changes. Signed-off-by: Paul E. McKenney <[email protected]> Cc: "David S. Miller" <[email protected]> Cc: Eric Dumazet <[email protected]> Cc: <[email protected]>
Diffstat (limited to 'kernel/livepatch/patch.c')
0 files changed, 0 insertions, 0 deletions