]> git.baikalelectronics.ru Git - kernel.git/commit
ixgbe: Drop unnecessary call to rcu_barrier
authorAlexander Duyck <alexander.h.duyck@redhat.com>
Fri, 10 Apr 2015 05:03:24 +0000 (22:03 -0700)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Fri, 10 Apr 2015 07:30:50 +0000 (00:30 -0700)
commitb3b9e789dad646293d962a1c13d0e037b98e874b
tree1af6389c839778a678ed27d05d11ef80a6f1e94c
parent4e12a24f6875a88759ab3f07ec46634fa8aa62a4
ixgbe: Drop unnecessary call to rcu_barrier

The ixgbe driver hasn't used call_rcu to free the rings for some time now.
Since that is the case the call to rcu_barrier can be dropped since calls
to kfree_rcu don't require it.

Signed-off-by: Alexander Duyck <alexander.h.duyck@redhat.com>
Tested-by: Phil Schmitt <phillip.j.schmitt@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/ixgbe/ixgbe_main.c