From: Rusty Russell Date: Wed, 1 Aug 2007 04:46:11 +0000 (+1000) Subject: KVM: Use kmem_cache_free for kmem_cache_zalloc'ed objects X-Git-Tag: v2.6.24-rc1~1365^2~56 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a477034750ce59df7fc17823f085df5a30e316f0;p=pandora-kernel.git KVM: Use kmem_cache_free for kmem_cache_zalloc'ed objects We use kfree in svm.c and vmx.c, and this works, but it could break at any time. kfree() is supposed to match up with kmalloc(). Signed-off-by: Rusty Russell Signed-off-by: Avi Kivity --- Reading git-diff-tree failed