From: Mark Rustad Date: Wed, 12 Mar 2014 00:38:45 +0000 (+0000) Subject: ixgbevf: Fix rcu warnings induced by LER X-Git-Tag: v3.15-rc1~113^2~16^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bc0c715167c68ac2e737e221a80fc2a413f48155;p=pandora-kernel.git ixgbevf: Fix rcu warnings induced by LER Resolve some rcu warnings produced when LER actions take place. This appears to be due to not holding the rtnl lock when calling ixgbe_down, so hold the lock. Also avoid disabling the device when it is already disabled. This check is necessary because the callback can be called more than once in some cases. Signed-off-by: Mark Rustad Tested-by: Phil Schmitt Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed