From: Avi Kivity Date: Sat, 6 Jan 2007 00:36:47 +0000 (-0800) Subject: [PATCH] KVM: MMU: kvm_mmu_put_page() only removes one link to the page X-Git-Tag: v2.6.20-rc4~41 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc4529efc7b730b596d9c7d5a917c00a357e92aa;p=pandora-kernel.git [PATCH] KVM: MMU: kvm_mmu_put_page() only removes one link to the page ... and so must not free it unconditionally. Move the freeing to kvm_mmu_zap_page(). Signed-off-by: Avi Kivity Acked-by: Ingo Molnar Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed