From: Shreyas Bhatewara Date: Fri, 14 Jan 2011 14:59:52 +0000 (+0000) Subject: vmxnet3: Disable napi in suspend, reenable in resume. X-Git-Tag: v2.6.38-rc2~33^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=51956cd68b0c3039968485317b77a89dfec95eab;p=pandora-kernel.git vmxnet3: Disable napi in suspend, reenable in resume. There is a small possibility of a race where the suspend routine gets called, while a napi callback is still pending and when that comes up, it enables interrupts which just got disabled in the suspend routine. This change adds napi disable call in suspend and enable in resume to avoid race. Signed-off-by: Shreyas N Bhatewara Acked-by: Dmitry Torokhov Signed-off-by: David S. Miller --- Reading git-diff-tree failed