Re: [PATCH 05/13] vmbus: remove per channel state

From: Greg KH
Date: Fri Feb 10 2017 - 09:47:52 EST


On Sun, Feb 05, 2017 at 05:20:35PM -0700, kys@xxxxxxxxxxxxxxxxxxxxxx wrote:
> From: Stephen Hemminger <stephen@xxxxxxxxxxxxxxxxxx>
>
> The netvsc no longer needs per channel state hook to track receive buffer.
>
> Signed-off-by: Stephen Hemminger <sthemmin@xxxxxxxxxxxxx>
> Signed-off-by: K. Y. Srinivasan <kys@xxxxxxxxxxxxx>
> ---
> include/linux/hyperv.h | 14 --------------
> 1 files changed, 0 insertions(+), 14 deletions(-)

This patch breaks the build badly, I don't know how it passed anyone's
build tests :(

The functions are still used in two different files.

I've applied the first 4 patches here, but really, I shouldn't have had
to bisect down to the offending patch.

ugh.

greg k-h