From: Andrew Morton <akpm@zip.com.au>
To: Marcelo Tosatti <marcelo@conectiva.com.br>
Cc: Rusty Russell <rusty@rustcorp.com.au>, linux-kernel@vger.kernel.org
Subject: Re: [patch] smaller kernels
Date: Mon, 25 Mar 2002 16:12:10 -0800 [thread overview]
Message-ID: <3C9FBCDA.C898E977@zip.com.au> (raw)
In-Reply-To: <20020325165605.7d9c1d6e.rusty@rustcorp.com.au> <Pine.LNX.4.21.0203251921570.3378-100000@freak.distro.conectiva>
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...
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. That's dget(), unhash_process(),
memclear_highpage_flush(), __skb_pull() and tcp_prequeue()
-
next prev parent reply other threads:[~2002-03-26 0:14 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-03-20 6:11 [patch] smaller kernels Andrew Morton
2002-03-25 5:56 ` Rusty Russell
2002-03-25 5:52 ` David S. Miller
2002-03-25 19:49 ` Bill Davidsen
2002-03-25 6:09 ` Andrew Morton
2002-03-25 7:09 ` Rusty Russell
2002-03-25 22:22 ` Marcelo Tosatti
2002-03-26 0:12 ` Andrew Morton [this message]
2002-03-25 23:11 ` Marcelo Tosatti
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3C9FBCDA.C898E977@zip.com.au \
--to=akpm@zip.com.au \
--cc=linux-kernel@vger.kernel.org \
--cc=marcelo@conectiva.com.br \
--cc=rusty@rustcorp.com.au \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.