summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ixgbevf
diff options
context:
space:
mode:
authorJohn Fastabend <john.r.fastabend@intel.com>2014-01-16 14:30:05 +0400
committerDavid S. Miller <davem@davemloft.net>2014-01-17 03:34:24 +0400
commit8f4c5c9fb87aa113f33ddeb4028fb0de8e18311d (patch)
treedad6cbc28f3e956635ba1ce9b31f03af0587aea4 /drivers/net/ethernet/intel/ixgbevf
parent0864c158836c2d0edb61f7128475e192b09bc851 (diff)
downloadlinux-8f4c5c9fb87aa113f33ddeb4028fb0de8e18311d.tar.xz
ixgbe: reinit_locked() should be called with rtnl_lock
ixgbe_service_task() is calling ixgbe_reinit_locked() without the rtnl_lock being held. This is because it is being called from a worker thread and not a rtnl netlink or dcbnl path. Add rtnl_{un}lock() semantics. I found this during code review. Signed-off-by: John Fastabend <john.r.fastabend@intel.com> Tested-by: Phil Schmitt <phillip.j.schmitt@intel.com> Signed-off-by: Aaron Brown <aaron.f.brown@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/intel/ixgbevf')
0 files changed, 0 insertions, 0 deletions