From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tejun Heo Subject: Re: [PATCH 1/5][RFC][CFT] percpu fixes, part 1 Date: Fri, 7 Mar 2014 07:30:32 -0500 Message-ID: <20140307123032.GB30778@htj.dyndns.org> References: <20140305034751.GW18016@ZenIV.linux.org.uk> <20140305034919.GA26528@ZenIV.linux.org.uk> <20140306192026.GA14033@htj.dyndns.org> <20140306203030.GA18016@ZenIV.linux.org.uk> <20140306204726.GE14033@htj.dyndns.org> <20140307025206.GB18016@ZenIV.linux.org.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: linux-fsdevel@vger.kernel.org, Linus Torvalds , linux-kernel@vger.kernel.org, Stephen Tweedie , Jeremy Eder To: Al Viro Return-path: Content-Disposition: inline In-Reply-To: <20140307025206.GB18016@ZenIV.linux.org.uk> Sender: linux-kernel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org On Fri, Mar 07, 2014 at 02:52:06AM +0000, Al Viro wrote: > On Thu, Mar 06, 2014 at 03:47:26PM -0500, Tejun Heo wrote: > > > Not much, but it should at least help bisection if something goes > > wrong, I think. > > OK. It looks better when folding pcpu_split_block() into the caller > is done as the first step. See the attached 3 patches - combination > is the same, modulo comment addition and switching seen_free to bool. All look good to me. Applying them to percpu/for-3.15. Thanks. -- tejun