Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932551AbbFHX1S (ORCPT ); Mon, 8 Jun 2015 19:27:18 -0400 Received: from mail-lb0-f182.google.com ([209.85.217.182]:33337 "EHLO mail-lb0-f182.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753292AbbFHX1Q (ORCPT ); Mon, 8 Jun 2015 19:27:16 -0400 From: Rasmus Villemoes To: Andrew Morton , Greg Kroah-Hartman , Neil Brown , "Theodore Ts'o" , Andreas Dilger , Steven Rostedt , Ingo Molnar Cc: Joe Perches , Al Viro , Rasmus Villemoes , linux-kernel@vger.kernel.org, linux-raid@vger.kernel.org, linux-ext4@vger.kernel.org Subject: [PATCH v2 0/8] Introduce strreplace Date: Tue, 9 Jun 2015 01:26:48 +0200 Message-Id: <1433806017-10823-1-git-send-email-linux@rasmusvillemoes.dk> X-Mailer: git-send-email 2.1.3 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1455 Lines: 37 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. Rasmus Villemoes (8): lib: string: Introduce strreplace kernel/trace/trace_events_filter.c: Use strreplace blktrace: use strreplace in do_blk_trace_setup lib/kobject.c: Use strreplace drivers/base/core.c: Use strreplace drivers/md/md.c: Use strreplace fs/jbd2/journal.c: Use strreplace fs/ext4/super.c: Use strreplace in ext4_fill_super drivers/base/core.c | 9 ++++----- drivers/md/md.c | 4 +--- fs/ext4/super.c | 4 +--- fs/jbd2/journal.c | 10 ++-------- include/linux/string.h | 1 + kernel/trace/blktrace.c | 6 ++---- kernel/trace/trace_events_filter.c | 5 ++--- lib/kobject.c | 13 +++++-------- lib/string.c | 17 +++++++++++++++++ 9 files changed, 35 insertions(+), 34 deletions(-) -- 2.1.3 -- 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/