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: v3.2.65~143 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=65a50c651b258319cc8deae7ea0b3459eb7406dc;p=pandora-kernel.git Drivers: hv: vmbus: Cleanup vmbus_close_internal() commit 98d731bb064a9d1817a6ca9bf8b97051334a7cfe upstream. 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 Tested-by: Sitsofe Wheeler Signed-off-by: Greg Kroah-Hartman [bwh: Backported to 3.2: function is extern; don't change the return type to int as callers will ignore the value] Signed-off-by: Ben Hutchings --- Reading git-diff-tree failed