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, 14 Mar 2014 14:47:45 -0400 Message-ID: <20140314184745.GC6889@mtj.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> <20140314184545.GA29750@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: Received: from mail-qa0-f47.google.com ([209.85.216.47]:62312 "EHLO mail-qa0-f47.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752226AbaCNSrt (ORCPT ); Fri, 14 Mar 2014 14:47:49 -0400 Content-Disposition: inline In-Reply-To: <20140314184545.GA29750@ZenIV.linux.org.uk> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Fri, Mar 14, 2014 at 06:45:45PM +0000, Al Viro wrote: > There's a missing piece in 2/3 (percpu: store offsets instead of lengths in > ->map[]) - we need to round size up to multiple of 2 in pcpu_alloc(). > Updated patch follows; if you want an incremental instead of replacement - > please, yell. Yeah, I'd prefer an incremental patch. Also, can you please update the comment above alignment / size updates with a bit more detail? Thanks! -- tejun