Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751260AbWEAVTo (ORCPT ); Mon, 1 May 2006 17:19:44 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751262AbWEAVTo (ORCPT ); Mon, 1 May 2006 17:19:44 -0400 Received: from uproxy.gmail.com ([66.249.92.171]:11940 "EHLO uproxy.gmail.com") by vger.kernel.org with ESMTP id S1751260AbWEAVTo convert rfc822-to-8bit (ORCPT ); Mon, 1 May 2006 17:19:44 -0400 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=pYbQ6G8p6UmFx97hZbmGzivz5zvjB0CFhBp+FJDyV2Ln1dsRLurYD39l8/IARVMqK/fhQhYN81DDKDop0nd2j17DEuUgIZnotzjNw7/SgfBxX4OP9Mp09Tc39cnqB/HUajc+oNi92NB7wQ7wYXRGhea18oUF4ZvTrLFldSiGBHY= Message-ID: Date: Mon, 1 May 2006 17:19:42 -0400 From: "Bob Copeland" To: "Alexey Dobriyan" Subject: Re: [PATCH] fs/bio.c: initialize variable, remove warning Cc: "Petri T. Koistinen" , "Andrew Morton" , trivial@kernel.org, linux-kernel@vger.kernel.org In-Reply-To: <20060501210546.GB7170@mipter.zuzino.mipt.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7BIT Content-Disposition: inline References: <20060501210546.GB7170@mipter.zuzino.mipt.ru> X-Google-Sender-Auth: 9790520591ff14f7 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 609 Lines: 19 On 5/1/06, Alexey Dobriyan wrote: > On Mon, May 01, 2006 at 11:55:27PM +0300, Petri T. Koistinen wrote: > > Remove compiler warning by initializing uninitialized variable. > > oh no not again! What about: > > - unsigned long idx; + unsigned long idx; /* please don't patch bogus warning */ :) -Bob - 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/