Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753729AbbFIHZ7 (ORCPT ); Tue, 9 Jun 2015 03:25:59 -0400 Received: from mail-lb0-f181.google.com ([209.85.217.181]:34816 "EHLO mail-lb0-f181.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751377AbbFIHZx (ORCPT ); Tue, 9 Jun 2015 03:25:53 -0400 From: Rasmus Villemoes To: "Theodore Ts'o" Cc: Andrew Morton , Greg Kroah-Hartman , Neil Brown , Andreas Dilger , Steven Rostedt , Ingo Molnar , Joe Perches , Al Viro , linux-kernel@vger.kernel.org, linux-raid@vger.kernel.org, linux-ext4@vger.kernel.org Subject: Re: [PATCH v2 0/8] Introduce strreplace Organization: D03 References: <1433806017-10823-1-git-send-email-linux@rasmusvillemoes.dk> <20150609005554.GP19168@thunk.org> X-Hashcash: 1:20:150609:linux-ext4@vger.kernel.org::4gPrUitezzCKIk1u:000000000000000000000000000000000000TXA X-Hashcash: 1:20:150609:tytso@mit.edu::jMZ2FMVst2xnI3I/:00000Msl X-Hashcash: 1:20:150609:gregkh@linuxfoundation.org::v8YS4hbfPbyqe97H:000000000000000000000000000000000000r8a X-Hashcash: 1:20:150609:adilger.kernel@dilger.ca::r562ThCrAkAjbJsQ:00000000000000000000000000000000000001CdN X-Hashcash: 1:20:150609:neilb@suse.de::PKQhgBrH2sWyM+no:00001JjO X-Hashcash: 1:20:150609:viro@zeniv.linux.org.uk::y8VaA+NlWKH//tXQ:000000000000000000000000000000000000001K4N X-Hashcash: 1:20:150609:rostedt@goodmis.org::mN74aP1zwJ/qR1GH:0000000000000000000000000000000000000000001P8g X-Hashcash: 1:20:150609:mingo@redhat.com::u0dwdidXyi56mJH7:02qXv X-Hashcash: 1:20:150609:linux-kernel@vger.kernel.org::M/gUYwn1Z7NRxgBb:000000000000000000000000000000000312x X-Hashcash: 1:20:150609:joe@perches.com::4dIXHBFPO80R3nqm:006Qbx X-Hashcash: 1:20:150609:akpm@linux-foundation.org::OLtrP6+aYX58EGB6:000000000000000000000000000000000000904N X-Hashcash: 1:20:150609:linux-raid@vger.kernel.org::oRW7HpFl0gdIX1MM:00000000000000000000000000000000000KE5l Date: Tue, 09 Jun 2015 09:25:50 +0200 In-Reply-To: <20150609005554.GP19168@thunk.org> (Theodore Ts'o's message of "Mon, 8 Jun 2015 20:55:54 -0400") Message-ID: <87lhftjqbl.fsf@rasmusvillemoes.dk> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1128 Lines: 29 On Tue, Jun 09 2015, Theodore Ts'o wrote: > On Tue, Jun 09, 2015 at 01:26:48AM +0200, Rasmus Villemoes wrote: >> Doing single-character substitution on an entire string is open-coded >> in a few places, sometimes in a rather suboptimal way. This introduces >> a trivial helper, strreplace, for this task along with a few example >> conversions. >> >> Andrew, can I get you to take 1/8 through the mm tree? I'm not sure >> what the easiest path is for the remaining patches. > > This is not super urgent, right? Right, not urgent at all. > So we could let 1/8 go into mainline, and then the rest of the patches > could go in the next release. That would be the simplest, although it > would drag out how long it would take for strreplace to be used > everywhere. Sure, though it would be a little weird to have a helper with no users until 4.3 comes out. Rasmus -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/