Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Tue, 20 Feb 2001 07:30:29 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Tue, 20 Feb 2001 07:30:19 -0500 Received: from router-100M.swansea.linux.org.uk ([194.168.151.17]:24072 "EHLO the-village.bc.nu") by vger.kernel.org with ESMTP id ; Tue, 20 Feb 2001 07:30:10 -0500 Subject: Re: Newbie ask for help: cramfs port to isofs To: ankry@pg.gda.pl (Andrzej Krzysztofowicz) Date: Tue, 20 Feb 2001 12:30:00 +0000 (GMT) Cc: zw@debian.org (zhaoway), linux-kernel@vger.kernel.org In-Reply-To: <200102200935.KAA29865@sunrise.pg.gda.pl> from "Andrzej Krzysztofowicz" at Feb 20, 2001 10:35:20 AM X-Mailer: ELM [version 2.5 PL1] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: From: Alan Cox Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org > > struct buffer_head *bh = NULL; > > - int len; > > - int map; > > + int len = 0; > > This will be the most probably rejected. > Zero initializers are intentionally removed from the code to decrease > the kernel image size. Why. Its not static. - 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/