From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tejun Heo Subject: Re: [PATCH 2/5][RFC][CFT] fold pcpu_split_block() into the only caller Date: Thu, 6 Mar 2014 14:21:56 -0500 Message-ID: <20140306192156.GB14033@htj.dyndns.org> References: <20140305034751.GW18016@ZenIV.linux.org.uk> <20140305035009.GB26528@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-qc0-f170.google.com ([209.85.216.170]:43326 "EHLO mail-qc0-f170.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751817AbaCFTWA (ORCPT ); Thu, 6 Mar 2014 14:22:00 -0500 Content-Disposition: inline In-Reply-To: <20140305035009.GB26528@ZenIV.linux.org.uk> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Wed, Mar 05, 2014 at 03:50:10AM +0000, Al Viro wrote: > ... and clean it up a bit > > Signed-off-by: Al Viro Oh, you're collapsing pcpu_split_block() here. Please disregard the review about the function comment and @size in the previous patch then. Thanks. -- tejun