From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH] KVM: improve hva_to_pfn() readability Date: Wed, 20 Oct 2010 14:30:05 -0200 Message-ID: <20101020163005.GB18056@amt.cnet> References: <20101019161341.GM10207@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: kvm@vger.kernel.org To: Gleb Natapov Return-path: Received: from mx1.redhat.com ([209.132.183.28]:10298 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753986Ab0JTQaZ (ORCPT ); Wed, 20 Oct 2010 12:30:25 -0400 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o9KGUPKh023041 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 20 Oct 2010 12:30:25 -0400 Content-Disposition: inline In-Reply-To: <20101019161341.GM10207@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: On Tue, Oct 19, 2010 at 06:13:41PM +0200, Gleb Natapov wrote: > Improve vma handling code readability in hva_to_pfn() and fix > async pf handling code to properly check vma returned by find_vma(). > > Signed-off-by: Gleb Natapov Applied, thanks.