From 020f1d9d9ae3f476d887f2b043223d8a89652174 Mon Sep 17 00:00:00 2001 From: Alexander Duyck Date: Thu, 9 Apr 2015 22:03:24 -0700 Subject: [PATCH] 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 Tested-by: Phil Schmitt Signed-off-by: Jeff Kirsher --- Reading git-format-patch failed