]> bbs.cooldavid.org Git - net-next-2.6.git/commit
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)
commit5996b3ddc422a16d53b8acf4980d0d6e8b2bf1ed
tree62f9898be6346988e33d2fb85b1b126accb3b5fb
parent8c960e49d8beaca7c5b3967cede225bbba36bf43
Staging: hv: Fix vmbus event handler bug

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>
drivers/staging/hv/Channel.c
drivers/staging/hv/ChannelMgmt.c