Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751416AbWHIW4b (ORCPT ); Wed, 9 Aug 2006 18:56:31 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751419AbWHIW4b (ORCPT ); Wed, 9 Aug 2006 18:56:31 -0400 Received: from omx2-ext.sgi.com ([192.48.171.19]:55722 "EHLO omx2.sgi.com") by vger.kernel.org with ESMTP id S1751416AbWHIW4a (ORCPT ); Wed, 9 Aug 2006 18:56:30 -0400 Date: Thu, 10 Aug 2006 08:56:16 +1000 From: Nathan Scott To: Meelis Roos Cc: Linux Kernel list Subject: Re: XFS warning in 2.6.18-rc4 Message-ID: <20060810085616.C2581413@wobbly.melbourne.sgi.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from mroos@linux.ee on Wed, Aug 09, 2006 at 11:04:53PM +0300 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 826 Lines: 20 On Wed, Aug 09, 2006 at 11:04:53PM +0300, Meelis Roos wrote: > fs/xfs/xfs_bmap.c: In function 'xfs_bmapi': > fs/xfs/xfs_bmap.c:2662: warning: 'rtx' is used uninitialized in this function You have a particularly dense compiler, unfortunately. This code has always been this way, its just a false cc warning that can be safely ignored until you upgrade to a fixed compiler (unless I'm missing something - please enlighten me if so). It does seem to be the case that there is no way 'rtx' will be used uninitialised when xfs_rtpick_extent() doesn't fail... no? cheers. -- Nathan - 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/