From: Haiyang Zhang Date: Thu, 1 Sep 2011 19:19:42 +0000 (-0700) Subject: staging: hv: fix a kernel warning in netvsc_linkstatus_callback() X-Git-Tag: v3.2-rc1~169^2^2~761 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c4b6a2eaf1c14810a4803d658f68614365978738;p=pandora-kernel.git staging: hv: fix a kernel warning in netvsc_linkstatus_callback() netif_notify_peers() caused a kernel warning in netvsc_linkstatus_callback(), because netvsc_linkstatus_callback() is within IRQ context. So we move the first call to netif_notify_peers() into queued work as well, but with zero delay. In addition to "staging-next", this should also be back-ported to stable kernels 2.6.32 and later. Signed-off-by: Haiyang Zhang Signed-off-by: K. Y. Srinivasan Cc: stable Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed