From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754084Ab2CSEvJ (ORCPT ); Mon, 19 Mar 2012 00:51:09 -0400 Received: from li9-11.members.linode.com ([67.18.176.11]:43666 "EHLO test.thunk.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752480Ab2CSEvH (ORCPT ); Mon, 19 Mar 2012 00:51:07 -0400 Date: Mon, 19 Mar 2012 00:51:07 -0400 From: "Ted Ts'o" To: Joe Perches Cc: Andreas Dilger , linux-ext4@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 5/9] ext4: Avoid output message interleaving in ext4_error_ Message-ID: <20120319045107.GO31682@thunk.org> Mail-Followup-To: Ted Ts'o , Joe Perches , Andreas Dilger , linux-ext4@vger.kernel.org, linux-kernel@vger.kernel.org References: <32524e1c6f17ec482a90cb0066934c1955704561.1331856300.git.joe@perches.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <32524e1c6f17ec482a90cb0066934c1955704561.1331856300.git.joe@perches.com> User-Agent: Mutt/1.5.20 (2009-06-14) X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: tytso@thunk.org X-SA-Exim-Scanned: No (on test.thunk.org); SAEximRunCond expanded to false Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Mar 15, 2012 at 05:07:33PM -0700, Joe Perches wrote: > Using pr_cont means that messages from multiple threads > may be interleaved. Avoid this by using a single pr_ > call in ext4_error_inode and ext4_error_file. > > Signed-off-by: Joe Perches Applied, (with some changes so the patch would apply cleanly), thanks. - Ted