Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Mon, 25 Mar 2002 19:16:50 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Mon, 25 Mar 2002 19:16:39 -0500 Received: from perninha.conectiva.com.br ([200.250.58.156]:54289 "HELO perninha.conectiva.com.br") by vger.kernel.org with SMTP id ; Mon, 25 Mar 2002 19:16:33 -0500 Date: Mon, 25 Mar 2002 20:11:16 -0300 (BRT) From: Marcelo Tosatti To: Andrew Morton Cc: Rusty Russell , linux-kernel@vger.kernel.org Subject: Re: [patch] smaller kernels In-Reply-To: <3C9FBCDA.C898E977@zip.com.au> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 25 Mar 2002, Andrew Morton wrote: > Marcelo Tosatti wrote: > > > > I've just readded all asserts which you removed... if you really want to > > remove any of those, please prove me that they are useless. > > I grepped a year's lkml traffic - nobody is hitting any > of them... Anyway, they may catch bugs introduced by new modifications... > The quotaops.h checks were useless: > > if (pointer == NULL) > BUG(); > dereference(pointer); > > The others can become calls to out_of_line_bug() if > you want. Please do, thanks. - 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/