Re: [PATCH net-next] hv_netvsc: remove vmbus_are_subchannels_present() in rndis_filter_device_add()

2015-03-29 Thread David Miller
From: Haiyang Zhang Date: Thu, 26 Mar 2015 16:20:58 -0700 > The vmbus_are_subchannels_present() also involves opening the channels, which > may be too early at this point. Checking for subchannels is not necessary > here. > So this patch removes it. Subchannels will be opened when offer messages

[PATCH net-next] hv_netvsc: remove vmbus_are_subchannels_present() in rndis_filter_device_add()

2015-03-26 Thread Haiyang Zhang
The vmbus_are_subchannels_present() also involves opening the channels, which may be too early at this point. Checking for subchannels is not necessary here. So this patch removes it. Subchannels will be opened when offer messages arrive. Signed-off-by: Haiyang Zhang --- drivers/net/hyperv/rndis