From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Morton Subject: Re: [PATCH] percpu ida: Switch to cpumask_t, add some comments Date: Wed, 28 Aug 2013 13:25:50 -0700 Message-ID: <20130828132550.d0ce4d3a4d40ee07e7e8a1c1@linux-foundation.org> References: <1376694549-20609-1-git-send-email-nab@linux-iscsi.org> <1376694549-20609-2-git-send-email-nab@linux-iscsi.org> <20130820143157.f91bf59d16352989b54e431e@linux-foundation.org> <20130828195517.GF8032@kmo-pixel> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Cc: Jens Axboe , Andi Kleen , kvm-devel , "Michael S. Tsirkin" , lkml , lf-virt , target-devel , Christoph Lameter , Oleg Nesterov , Tejun Heo , Christoph Lameter , Ingo Molnar To: Kent Overstreet Return-path: In-Reply-To: <20130828195517.GF8032@kmo-pixel> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: virtualization-bounces@lists.linux-foundation.org Errors-To: virtualization-bounces@lists.linux-foundation.org List-Id: kvm.vger.kernel.org On Wed, 28 Aug 2013 12:55:17 -0700 Kent Overstreet wrote: > Fixup patch, addressing Andrew's review feedback: Looks reasonable. > lib/idr.c | 38 +++++++++++++++++++++----------------- I still don't think it should be in this file. You say that some as-yet-unmerged patches will tie the new code into the old ida code. But will it do it in a manner which requires that the two reside in the same file?