From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from thunker.thunk.org (www.church-of-our-saviour.org [69.25.196.31]) by ozlabs.org (Postfix) with ESMTP id 61BF4DDDD4 for ; Thu, 20 Nov 2008 18:03:46 +1100 (EST) Date: Thu, 20 Nov 2008 01:11:17 -0500 From: Theodore Tso To: Stephen Rothwell Subject: Re: [PATCH] ext4: fix some s64 printing warnings Message-ID: <20081120061117.GA8610@mit.edu> References: <20081112111049.68c604ff.sfr@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <20081112111049.68c604ff.sfr@canb.auug.org.au> Cc: ppc-dev , adilger@sun.com, linux-ext4@vger.kernel.org, LKML List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Wed, Nov 12, 2008 at 11:10:49AM +1100, Stephen Rothwell wrote: > A powerpc ppc64_defconfig build of Linus' current tree produces these > warnings: Hi Stephen, Thanks for submitting the patch! As it turns out, a patch that was pretty much identical to yours was submitted by Alexander Beregalov and was merged into mainline as of 2.6.28-rc5, as commit ID ba8292e2. Regards, - Ted