[PATCH V3 3/5] Drivers: hv: vmbus: Cleanup vmbus_close_internal()

2014-08-27 Thread K. Y. Srinivasan
Eliminate calls to BUG_ON() in vmbus_close_internal(). We have chosen to potentially leak memory, than crash the guest in case of failures. In this version of the patch I have addressed comments from Dan Carpenter (dan.carpen...@oracle.com). Signed-off-by: K. Y. Srinivasan Cc: ---

[PATCH V3 3/5] Drivers: hv: vmbus: Cleanup vmbus_close_internal()

2014-08-27 Thread K. Y. Srinivasan
Eliminate calls to BUG_ON() in vmbus_close_internal(). We have chosen to potentially leak memory, than crash the guest in case of failures. In this version of the patch I have addressed comments from Dan Carpenter (dan.carpen...@oracle.com). Signed-off-by: K. Y. Srinivasan k...@microsoft.com Cc: