diff options
author | Mark Rustad <mark.d.rustad@intel.com> | 2014-01-14 18:53:11 -0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2014-01-14 18:59:17 -0800 |
commit | 09f40aeddd77ad07093516b267ae7b4aebcc57bb (patch) | |
tree | a3e170fa31c9397af6a228f26ee25c6bd09caccf /drivers/gpu | |
parent | e1f7dedceb6b540f53a5dbe4730abcbbdb04efd5 (diff) |
ixgbe: Indicate removal state explicitly
Add a bit, __IXGBE_REMOVING, to indicate that the module is being
removed. The __IXGBE_DOWN bit had been overloaded for this purpose,
but that leads to trouble. A few places now check both __IXGBE_DOWN
and __IXGBE_REMOVE. Notably, setting either bit will prevent service
task execution.
Signed-off-by: Mark Rustad <mark.d.rustad@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/gpu')
0 files changed, 0 insertions, 0 deletions