From: Mark Rustad Date: Wed, 15 Jan 2014 02:53:11 +0000 (-0800) Subject: ixgbe: Indicate removal state explicitly X-Git-Tag: v3.14-rc1~94^2~176^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=09f40aeddd77ad07093516b267ae7b4aebcc57bb;p=pandora-kernel.git 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 Tested-by: Phil Schmitt Signed-off-by: Aaron Brown Signed-off-by: David S. Miller --- Reading git-diff-tree failed