From: Gui Jianfeng Date: Wed, 5 May 2010 01:03:49 +0000 (+0800) Subject: KVM: MMU: make kvm_mmu_zap_page() return the number of pages it actually freed X-Git-Tag: v2.6.36-rc1~580^2~164 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=54a4f0239f2e98bc0842818f611a4cf73bb7dd35;p=pandora-kernel.git KVM: MMU: make kvm_mmu_zap_page() return the number of pages it actually freed Currently, kvm_mmu_zap_page() returning the number of freed children sp. This might confuse the caller, because caller don't know the actual freed number. Let's make kvm_mmu_zap_page() return the number of pages it actually freed. Signed-off-by: Gui Jianfeng Signed-off-by: Avi Kivity --- Reading git-diff-tree failed