From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932373AbWEBF1F (ORCPT ); Tue, 2 May 2006 01:27:05 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932375AbWEBF1F (ORCPT ); Tue, 2 May 2006 01:27:05 -0400 Received: from ns.virtualhost.dk ([195.184.98.160]:52822 "EHLO virtualhost.dk") by vger.kernel.org with ESMTP id S932373AbWEBF1E (ORCPT ); Tue, 2 May 2006 01:27:04 -0400 Date: Tue, 2 May 2006 07:27:09 +0200 From: Jens Axboe To: Bob Copeland Cc: Alexey Dobriyan , "Petri T. Koistinen" , Andrew Morton , trivial@kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] fs/bio.c: initialize variable, remove warning Message-ID: <20060502052708.GO3814@suse.de> References: <20060501210546.GB7170@mipter.zuzino.mipt.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Mon, May 01 2006, Bob Copeland wrote: > 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 */ I'll take that patch if you send it :-) -- Jens Axboe