From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH] KVM: Get rid of kvm_kvfree() Date: Mon, 9 Mar 2015 18:40:09 -0300 Message-ID: <20150309214009.GC3204@amt.cnet> References: <1424809765-16547-1-git-send-email-thuth@linux.vnet.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: kvm@vger.kernel.org To: Thomas Huth Return-path: Received: from mx1.redhat.com ([209.132.183.28]:55624 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750830AbbCIVk1 (ORCPT ); Mon, 9 Mar 2015 17:40:27 -0400 Content-Disposition: inline In-Reply-To: <1424809765-16547-1-git-send-email-thuth@linux.vnet.ibm.com> Sender: kvm-owner@vger.kernel.org List-ID: On Tue, Feb 24, 2015 at 09:29:25PM +0100, Thomas Huth wrote: > kvm_kvfree() provides exactly the same functionality as the > new common kvfree() function - so let's simply replace the > kvm function with the common function. > > Signed-off-by: Thomas Huth Applied, thanks.