commit | 98d731bb064a9d1817a6ca9bf8b97051334a7cfe | [log] [tgz] |
---|---|---|
author | K. Y. Srinivasan <kys@microsoft.com> | Wed Aug 27 16:25:33 2014 -0700 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Sep 23 23:30:38 2014 -0700 |
tree | e533c8a76a30911c6feb9e4ba04d8a51edb98fed | |
parent | 45d727cee9e200f5b351528b9fb063b69cf702c8 [diff] |
Drivers: hv: vmbus: Cleanup vmbus_close_internal() 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.carpenter@oracle.com). Signed-off-by: K. Y. Srinivasan <kys@microsoft.com> Cc: <stable@vger.kernel.org> Tested-by: Sitsofe Wheeler <sitsofe@yahoo.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>