From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752774Ab0LTDow (ORCPT ); Sun, 19 Dec 2010 22:44:52 -0500 Received: from thunk.org ([69.25.196.29]:60984 "EHLO thunker.thunk.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752033Ab0LTDov (ORCPT ); Sun, 19 Dec 2010 22:44:51 -0500 Date: Sun, 19 Dec 2010 22:44:47 -0500 From: "Ted Ts'o" To: Joe Perches Cc: Andreas Dilger , linux-ext4@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] fs/ext4/super.c: Use printf extension %pV Message-ID: <20101220034447.GG23626@thunk.org> Mail-Followup-To: Ted Ts'o , Joe Perches , Andreas Dilger , linux-ext4@vger.kernel.org, linux-kernel@vger.kernel.org References: <1289325676.1823.78.camel@Joe-Laptop> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1289325676.1823.78.camel@Joe-Laptop> 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 thunker.thunk.org); SAEximRunCond expanded to false Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Nov 09, 2010 at 10:01:16AM -0800, Joe Perches wrote: > Using %pV reduces the number of printk calls and > eliminates any possible message interleaving from > other printk calls. > > In function __ext4_grp_locked_error also added > KERN_CONT to some printks. > > Signed-off-by: Joe Perches Thanks, added to the ext4 tree. - Ted