From: Alexander Duyck Date: Wed, 13 Jan 2010 01:49:13 +0000 (+0000) Subject: ixgbe: Do not attempt to perform interrupts in netpoll when down X-Git-Tag: v2.6.33-rc5~71^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a647bd213d85c88507967104aea79b2649e6a6e;p=pandora-kernel.git ixgbe: Do not attempt to perform interrupts in netpoll when down This patch resolves issues seen when running netconsole and rebooting via reboot -f. The issue was due to the fact that we were attempting to perform interrupt actions when the q_vectors and rings had already been freed via the ixgbe_shutdown routines. Signed-off-by: Alexander Duyck Acked-by: Mallikarjuna R Chilakala Signed-off-by: Jeff Kirsher Signed-off-by: David S. Miller --- Reading git-diff-tree failed