Staging: hv: Fix vmbus event handler bug
authorHaiyang Zhang <haiyangz@microsoft.com>
Fri, 20 Nov 2009 16:29:17 +0000 (16:29 +0000)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 1 Dec 2009 00:39:29 +0000 (16:39 -0800)
The flag ENABLE_POLLING is always enabled in original Makefile, but
accidently removed during porting to mainline kernel. The patch fixes
this bug which can cause stalled network communication.  Credit needs to
go to Eric Sesterhenn <eric.sesterhenn@lsexperts.de> For pointing out a
typo in the original code as well.

Signed-off-by: Hank Janssen <hjanssen@microsoft.com>
Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

No differences found