From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754428Ab2CSEap (ORCPT ); Mon, 19 Mar 2012 00:30:45 -0400 Received: from perches-mx.perches.com ([206.117.179.246]:49734 "EHLO labridge.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1753904Ab2CSEao (ORCPT ); Mon, 19 Mar 2012 00:30:44 -0400 Message-ID: <1332131440.23125.47.camel@joe2Laptop> Subject: Re: [PATCH 7/9] ext4: Format neatening for easier grep From: Joe Perches To: "Ted Ts'o" Cc: Andreas Dilger , linux-ext4@vger.kernel.org, linux-kernel@vger.kernel.org Date: Sun, 18 Mar 2012 21:30:40 -0700 In-Reply-To: <20120319042629.GK31682@thunk.org> References: <0166250eda6104d5a062dac44e7ed449369b2a5a.1331856300.git.joe@perches.com> <20120319042629.GK31682@thunk.org> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.2.2- Content-Transfer-Encoding: 7bit Mime-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 2012-03-19 at 00:26 -0400, Ted Ts'o wrote: > I've removed the terminating \n from ext4_msg and ext4_error (from > another patch) and created a separate patch just for that. If you did the patch correctly to avoid possible message interleaving by adding '\n' to all the ext4_msg and ext4_error uses, the patch would be just about the same size as the patch I sent.