]> git.baikalelectronics.ru Git - kernel.git/commit
ixgbe: Replace synchronize_sched() with synchronize_rcu()
authorPaul E. McKenney <paulmck@linux.ibm.com>
Sun, 11 Nov 2018 19:43:42 +0000 (11:43 -0800)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Wed, 21 Nov 2018 18:44:09 +0000 (10:44 -0800)
commitf53748f5ccb22e0c758c4ac3ad7f016d1ae15f40
tree4fccf2b2a42b14d45d31d6292a68e8a002fcdc58
parenta077cb1814106cb1ae2d3d9d6d8a6bdc5ccd1810
ixgbe: 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>
Tested-by: Andrew Bowers <andrewx.bowers@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/ixgbe/ixgbe_main.c