Re: [PATCH V2 04/15] Drivers: hv: vmbus: Enhance the rescind callback functionality

2016-12-06 Thread Greg KH
On Sat, Dec 03, 2016 at 12:34:31PM -0800, k...@exchange.microsoft.com wrote: > From: K. Y. Srinivasan > > Enhance the rescind callback functionality by permitting the passing of an > opaque > pointer. This functionality will be used by vmbus device drivers to implement > rescind related cleanup

[PATCH V2 04/15] Drivers: hv: vmbus: Enhance the rescind callback functionality

2016-12-03 Thread kys
From: K. Y. Srinivasan Enhance the rescind callback functionality by permitting the passing of an opaque pointer. This functionality will be used by vmbus device drivers to implement rescind related cleanup more efficiently. Signed-off-by: K. Y. Srinivasan --- drivers/hv/channel_mgmt.c | 11