Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S964913AbWEUTIO (ORCPT ); Sun, 21 May 2006 15:08:14 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S964915AbWEUTIO (ORCPT ); Sun, 21 May 2006 15:08:14 -0400 Received: from mx1.redhat.com ([66.187.233.31]:19682 "EHLO mx1.redhat.com") by vger.kernel.org with ESMTP id S964913AbWEUTIN (ORCPT ); Sun, 21 May 2006 15:08:13 -0400 Date: Sun, 21 May 2006 15:08:06 -0400 From: Dave Jones To: Ameer Armaly Cc: linux-kernel@vger.kernel.org Subject: Re: [patch] initialize variables in fs/isofs/namei.c Message-ID: <20060521190806.GE8250@redhat.com> Mail-Followup-To: Dave Jones , Ameer Armaly , linux-kernel@vger.kernel.org References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.1i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 631 Lines: 18 On Sun, May 21, 2006 at 03:02:34PM -0400, Ameer Armaly wrote: > This patch removes un-initialized variable warnings for block and offset in > namei.c, which are later initialized through a call to isofs_find_entry(). Which indicates the problem lies with gcc, just like with the other patches 'fixing' these warnings. The warning is bogus. Dave -- http://www.codemonkey.org.uk - 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/