From: Radim Krčmář Date: Wed, 4 Sep 2013 20:32:24 +0000 (+0200) Subject: kvm: remove .done from struct kvm_async_pf X-Git-Tag: v3.13-rc1~80^2~77 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=98fda169290b3b28c0f2db2b8f02290c13da50ef;p=pandora-kernel.git kvm: remove .done from struct kvm_async_pf '.done' is used to mark the completion of 'async_pf_execute()', but 'cancel_work_sync()' returns true when the work was canceled, so we use it instead. Signed-off-by: Radim Krčmář Reviewed-by: Paolo Bonzini Reviewed-by: Gleb Natapov Signed-off-by: Paolo Bonzini --- Reading git-diff-tree failed