commit | 020f1d9d9ae3f476d887f2b043223d8a89652174 | [log] [tgz] |
---|---|---|
author | Alexander Duyck <alexander.h.duyck@redhat.com> | Thu Apr 09 22:03:24 2015 -0700 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Fri Apr 10 00:30:50 2015 -0700 |
tree | 1af6389c839778a678ed27d05d11ef80a6f1e94c | |
parent | 87031c0df521d80af3b168bb2425a8faa999b629 [diff] |
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>