From: Mark Rustad Date: Tue, 4 Mar 2014 03:02:13 +0000 (+0000) Subject: ixgbevf: Indicate removal state explicitly X-Git-Tag: v3.15-rc1~113^2~124^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2e7cfbdde8412a95ea4b003a68c2737434f543bb;p=pandora-kernel.git ixgbevf: Indicate removal state explicitly Add a bit, __IXGBEVF_REMOVING, to indicate that the module is being removed. The __IXGBEVF_DOWN bit had been overloaded for this purpose, but that leads to trouble. A few places now check both __IXGBEVF_DOWN and __IXGBEVF_REMOVING. Signed-off-by: Mark Rustad Tested-by: Phil Schmitt Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed