From: K. Y. Srinivasan Date: Wed, 27 Aug 2014 23:25:33 +0000 (-0700) Subject: Drivers: hv: vmbus: Cleanup vmbus_close_internal() X-Git-Tag: fixes-for-v3.18-merge-window~11^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=98d731bb064a9d1817a6ca9bf8b97051334a7cfe;p=pandora-kernel.git 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 Cc: Tested-by: Sitsofe Wheeler Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed