]> 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)
commitb1b54b8c0aca9d36b1180c221f87d3379c7ddca9
tree1af6389c839778a678ed27d05d11ef80a6f1e94c
parent3af028ea3838c861465e37c76dff3f97be5069cb
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