commit | 16f11500842ce022fe654e38bd447e15790911dd | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@linux.ibm.com> | Mon Nov 05 17:07:39 2018 -0800 |
committer | Paul E. McKenney <paulmck@linux.ibm.com> | Tue Nov 27 09:21:37 2018 -0800 |
tree | f4bc0b0ace2ac2b710ebc992345cfae7b93bf72d | |
parent | fd8e688b0e8cc0c0a8ca18acb69cb8397ed62eec [diff] |
ethernet/realtek: Replace synchronize_sched() with synchronize_rcu() Now that synchronize_rcu() waits for preempt-disable regions of code as well as RCU read-side critical sections, synchronize_sched() can be replaced by synchronize_rcu(). This commit therefore makes this change. Signed-off-by: Paul E. McKenney <paulmck@linux.ibm.com> Cc: Realtek linux nic maintainers <nic_swsd@realtek.com> Cc: "David S. Miller" <davem@davemloft.net> Cc: <netdev@vger.kernel.org>