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)
commit020f1d9d9ae3f476d887f2b043223d8a89652174
tree1af6389c839778a678ed27d05d11ef80a6f1e94c
parent87031c0df521d80af3b168bb2425a8faa999b629
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
This page took 0.027862 seconds and 5 git commands to generate.