From: Radim Krčmář Date: Wed, 4 Sep 2013 20:32:23 +0000 (+0200) Subject: kvm: free resources after canceling async_pf X-Git-Tag: v3.2.60~59 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=21820c185fa08509ed2abaf4de43b56656eb038d;p=pandora-kernel.git kvm: free resources after canceling async_pf commit 28b441e24088081c1e213139d1303b451a34a4f4 upstream. When we cancel 'async_pf_execute()', we should behave as if the work was never scheduled in 'kvm_setup_async_pf()'. Fixes a bug when we can't unload module because the vm wasn't destroyed. Signed-off-by: Radim Krčmář Reviewed-by: Paolo Bonzini Reviewed-by: Gleb Natapov Signed-off-by: Paolo Bonzini Signed-off-by: Ben Hutchings --- Reading git-diff-tree failed