From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [RFC PATCH 3/6] kvm: Merge id_to_index into memslots Date: Wed, 5 Dec 2012 19:22:00 -0200 Message-ID: <20121205212200.GB20260@amt.cnet> References: <20121203231912.3661.57179.stgit@bling.home> <20121203233924.3661.81373.stgit@bling.home> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: kvm@vger.kernel.org, gleb@redhat.com, linux-kernel@vger.kernel.org To: Alex Williamson Return-path: Content-Disposition: inline In-Reply-To: <20121203233924.3661.81373.stgit@bling.home> Sender: linux-kernel-owner@vger.kernel.org List-Id: kvm.vger.kernel.org On Mon, Dec 03, 2012 at 04:39:24PM -0700, Alex Williamson wrote: > This allows us to resize this structure and therefore the number of > memslots as part of the RCU update. Why is this necessary? "struct memslots" is updated, message above conflicts with that. If there is a reason, "id_to_index" becomes confusing.